]> git.sesse.net Git - vlc/blobdiff - modules/gui/pda/pda_callbacks.h
configure: Set the proper werror variable when creating vlc-config.in
[vlc] / modules / gui / pda / pda_callbacks.h
index 2f51e18532734f58075534adb2d3401c6c743e5b..d8563beb755bfc1c52c434393c2bacd58d6a7334 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * callbacks.h : pda plugin for vlc
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
- * $Id: pda_callbacks.h,v 1.7 2003/11/09 19:49:48 jpsaman Exp $
+ * Copyright (C) 2003 the VideoLAN team
+ * $Id$
  *
- * Authors: Jean-Paul Saman <jpsaman@wxs.nl>
+ * Authors: Jean-Paul Saman <jpsaman _at_ videolan _dot_ org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #include <gtk/gtk.h>
 
-#include <vlc/vlc.h>
-#include <vlc/intf.h>
+#include <vlc_common.h>
+#include <vlc_interface.h>
 
-void ReadDirectory( GtkListStore *p_list, char *psz_dir );
-void MediaURLOpenChanged( GtkWidget *widget, gchar *psz_url );
-void PlaylistRebuildListStore( GtkListStore *p_list, playlist_t * p_playlist );
+void ReadDirectory( intf_thread_t *p_intf, GtkListStore *p_list, char *psz_dir );
+void PlaylistRebuildListStore( intf_thread_t *p_intf, GtkListStore *p_list, playlist_t * p_playlist );
 
 
 gboolean
@@ -76,15 +75,6 @@ onFileListRow                          (GtkTreeView     *treeview,
                                         GtkTreeViewColumn *column,
                                         gpointer         user_data);
 
-void
-onFileListColumns                      (GtkTreeView     *treeview,
-                                        gpointer         user_data);
-
-gboolean
-onFileListRowSelected                  (GtkTreeView     *treeview,
-                                        gboolean         start_editing,
-                                        gpointer         user_data);
-
 void
 onAddFileToPlaylist                    (GtkButton       *button,
                                         gpointer         user_data);
@@ -143,16 +133,21 @@ onPreferenceCancel                     (GtkButton       *button,
 
 
 void
-onNetworkMRLAdd                        (GtkContainer    *container,
-                                        GtkWidget       *widget,
+NetworkBuildMRL                        (GtkEditable     *editable,
                                         gpointer         user_data);
 
+
 void
-NetworkBuildMRL                        (GtkEditable     *editable,
+onAddTranscodeToPlaylist               (GtkButton       *button,
                                         gpointer         user_data);
 
 
 void
-onAddTranscodeToPlaylist               (GtkButton       *button,
+onEntryStdAccessChanged                (GtkEditable     *editable,
+                                        gpointer         user_data);
+
+void
+SliderMove                             (GtkRange        *range,
+                                        GtkScrollType    scroll,
                                         gpointer         user_data);