summaryrefslogtreecommitdiff
path: root/gtk/gtkappchooserbutton.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-09-10 01:40:05 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-09-10 01:42:07 -0400
commitf9379adca22fe0399a3fe4b43370e0a70a4edfb5 (patch)
tree5fb8ce2000f7781fa33adfeec9d7b363d8273856 /gtk/gtkappchooserbutton.h
parente97ed4374f658eb2d3f8924c784202b1fe9519a5 (diff)
downloadgtk+-f9379adca22fe0399a3fe4b43370e0a70a4edfb5.tar.gz
GtkAppChooserButton: Add a way to include the default app
This is necessary to use an app chooser button for selecting default apps in the control center. Also, beef up the docs for this widget family. https://bugzilla.gnome.org/show_bug.cgi?id=642706
Diffstat (limited to 'gtk/gtkappchooserbutton.h')
-rw-r--r--gtk/gtkappchooserbutton.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkappchooserbutton.h b/gtk/gtkappchooserbutton.h
index dd9e9cf6a3..aeb9d9c623 100644
--- a/gtk/gtkappchooserbutton.h
+++ b/gtk/gtkappchooserbutton.h
@@ -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