#include "gui.h"
#include "drop.h"
#include "statusbar.h"
#include "search.h"
#include "if/gui_property_priv.h"
#include "lib/glib-missing.h"
#include "lib/override.h"
Functions | |
| gboolean | handle_not_implemented (const gchar *url) |
| gboolean | handle_magnet (const gchar *url) |
| gboolean | handle_url (const gchar *url) |
| gboolean | handle_urn (const gchar *url) |
| void | drag_data_received (GtkWidget *unused_widget, GdkDragContext *dc, gint x, gint y, GtkSelectionData *data, guint info, guint stamp, gpointer unused_udata) |
| void | drop_widget_init (GtkWidget *widget, drag_data_received_cb callback, void *user_data) |
| void | drop_init (void) |
| void | drop_close (void) |
Variables | |
| struct { | |
| const char *const proto | |
| gboolean(* handler )(const gchar *url) | |
| } | proto_handlers [] |
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1