]> git.sesse.net Git - vlc/blobdiff - plugins/gnome/gnome_callbacks.h
* Fixed a segfault in the input thread creation, as well as a possible
[vlc] / plugins / gnome / gnome_callbacks.h
index 215b19298c2d126c7eada03d5937871d4ee863f8..f39fb396fa23801decfcec799ec86894594e88c0 100644 (file)
@@ -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);