]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkappchooserbutton.h
GtkAppChooserButton: Add a way to include the default app
[~andy/gtk] / gtk / gtkappchooserbutton.h
index dd9e9cf6a3f068af05e935fad91dad0dc686da04..aeb9d9c62363261f7bb3e2361be135721cd58f80 100644 (file)
@@ -80,6 +80,9 @@ void     gtk_app_chooser_button_set_heading           (GtkAppChooserButton *self
                                                        const gchar         *heading);
 const gchar *
          gtk_app_chooser_button_get_heading           (GtkAppChooserButton *self);
+void     gtk_app_chooser_button_set_show_default_item (GtkAppChooserButton *self,
+                                                       gboolean             setting);
+gboolean gtk_app_chooser_button_get_show_default_item (GtkAppChooserButton *self);
 
 G_END_DECLS