diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-24 19:25:08 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-24 19:25:08 -0500 |
commit | 9be8bbc9a076f0b8feb7c9690e798239c1bf293e (patch) | |
tree | 5a115efaeaca6623174a571f5a687743b9ae0b35 /gtk/gtkappchooserbutton.h | |
parent | 8fdd8dbc3517b8b002714a2bfa19b2b060da3d05 (diff) | |
download | gtk+-9be8bbc9a076f0b8feb7c9690e798239c1bf293e.tar.gz |
Add gtk_app_chooser_button_get/set_heading
Diffstat (limited to 'gtk/gtkappchooserbutton.h')
-rw-r--r-- | gtk/gtkappchooserbutton.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkappchooserbutton.h b/gtk/gtkappchooserbutton.h index 67fc5de5d5..a5e9ed151c 100644 --- a/gtk/gtkappchooserbutton.h +++ b/gtk/gtkappchooserbutton.h @@ -74,5 +74,10 @@ void gtk_app_chooser_button_set_active_custom_item (GtkAppChooserButton *sel void gtk_app_chooser_button_set_show_dialog_item (GtkAppChooserButton *self, gboolean setting); gboolean gtk_app_chooser_button_get_show_dialog_item (GtkAppChooserButton *self); +void gtk_app_chooser_button_set_heading (GtkAppChooserButton *self, + const gchar *heading); +const gchar * + gtk_app_chooser_button_get_heading (GtkAppChooserButton *self); + #endif /* __GTK_APP_CHOOSER_BUTTON_H__ */ |