]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_preferences.h
*Bugfixes, cleanings in gtk.
[vlc] / plugins / gtk / gtk_preferences.h
index 24b1fb340011abb53413848a9ce46b3310b623b3..d9515fa8b54aaed1e3f4d474f91df795315afdd0 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_control.h: prototypes for control functions
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: gtk_preferences.h,v 1.1 2001/05/15 01:01:44 stef Exp $
+ * $Id: gtk_preferences.h,v 1.2 2001/05/15 14:49:48 stef Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -22,7 +22,8 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-gboolean GtkPreferencesShow  ( GtkWidget *, GdkEventButton *, gpointer );
-void     GtkPreferencesOk    ( GtkButton *, gpointer );
-void     GtkPreferencesApply ( GtkButton *, gpointer );
-void     GtkPreferencesCancel( GtkButton *, gpointer );
+gboolean GtkPreferencesShow   ( GtkWidget *, GdkEventButton *, gpointer );
+void     GtkPreferencesOk     ( GtkButton *, gpointer );
+void     GtkPreferencesApply  ( GtkButton *, gpointer );
+void     GtkPreferencesCancel ( GtkButton *, gpointer );
+void     GtkPreferencesActivate( GtkMenuItem *, gpointer );