X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=plugins%2Fgnome%2Fgnome_callbacks.h;fp=plugins%2Fgnome%2Fgnome_callbacks.h;h=f39fb396fa23801decfcec799ec86894594e88c0;hb=b2f56af99413a51f2b4cd9d8591d0aad52d71f1d;hp=215b19298c2d126c7eada03d5937871d4ee863f8;hpb=16247a7506c02836d0e33ba4633f8e02bb5ea81a;p=vlc diff --git a/plugins/gnome/gnome_callbacks.h b/plugins/gnome/gnome_callbacks.h index 215b19298c..f39fb396fa 100644 --- a/plugins/gnome/gnome_callbacks.h +++ b/plugins/gnome/gnome_callbacks.h @@ -187,3 +187,13 @@ on_playlist_ok_clicked (GtkButton *button, void on_menubar_modules_activate (GtkMenuItem *menuitem, gpointer user_data); + +void +on_intf_window_drag_data_received (GtkWidget *widget, + GdkDragContext *drag_context, + gint x, + gint y, + GtkSelectionData *data, + guint info, + guint time, + gpointer user_data);