[gtk+/open-with-dialog: 23/52] open-with-dialog: remove old declarations



commit a443eb8602841e4c0af6b96f9d6c9def42cc1130
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Nov 18 11:56:31 2010 +0100

    open-with-dialog: remove old declarations

 gtk/gtkopenwithdialog.h |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/gtk/gtkopenwithdialog.h b/gtk/gtkopenwithdialog.h
index d566bfb..8367184 100644
--- a/gtk/gtkopenwithdialog.h
+++ b/gtk/gtkopenwithdialog.h
@@ -65,18 +65,6 @@ struct _GtkOpenWithDialogClass {
   gpointer padding[16];
 };
 
-/**
- * GtkOpenWithDialogMode:
- * @GTK_OPEN_WITH_DIALOG_MODE_SELECT_ONE: the dialog is used for a single file
- * or content type; a checkbox can be used to remember the selection for all similar items.
- * @GTK_OPEN_WITH_DIALOG_MODE_SELECT_DEFAULT: the dialog is used to set a default
- * application for a given file, or content type.
- */
-typedef enum {
-  GTK_OPEN_WITH_DIALOG_MODE_SELECT_ONE,
-  GTK_OPEN_WITH_DIALOG_MODE_SELECT_DEFAULT
-} GtkOpenWithDialogMode;
-
 GType      gtk_open_with_dialog_get_type (void) G_GNUC_CONST;
 
 GtkWidget * gtk_open_with_dialog_new (GtkWindow *parent,
@@ -86,10 +74,6 @@ GtkWidget * gtk_open_with_dialog_new_for_content_type (GtkWindow *parent,
 						       GtkDialogFlags flags,
 						       const gchar *content_type);
 
-void gtk_open_with_dialog_set_show_set_as_default_button (GtkOpenWithDialog *self,
-							  gboolean show_button);
-gboolean gtk_open_with_get_show_set_as_default_button (GtkOpenWithDialog *self);
-
 GtkWidget * gtk_open_with_dialog_get_widget (GtkOpenWithDialog *self);
 
 #endif /* __GTK_OPEN_WITH_DIALOG_H__ */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]