]> 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 820ac53e4a9caf29bd25dc522864e84201251c98..d8563beb755bfc1c52c434393c2bacd58d6a7334 100644 (file)
@@ -1,10 +1,10 @@
 /*****************************************************************************
  * callbacks.h : pda plugin for vlc
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
- * $Id: pda_callbacks.h,v 1.9 2003/11/18 20:36:40 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( intf_thread_t *p_intf, GtkListStore *p_list, char *psz_dir );
-#if 0
-void MediaURLOpenChanged( GtkWidget *widget, gchar *psz_url );
-#endif
-void PlaylistRebuildListStore( GtkListStore *p_list, playlist_t * p_playlist );
+void PlaylistRebuildListStore( intf_thread_t *p_intf, GtkListStore *p_list, playlist_t * p_playlist );
 
 
 gboolean
@@ -144,3 +141,13 @@ void
 onAddTranscodeToPlaylist               (GtkButton       *button,
                                         gpointer         user_data);
 
+
+void
+onEntryStdAccessChanged                (GtkEditable     *editable,
+                                        gpointer         user_data);
+
+void
+SliderMove                             (GtkRange        *range,
+                                        GtkScrollType    scroll,
+                                        gpointer         user_data);
+