X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkappchooserbutton.h;h=9d66be859ae4ed7ae5fe1399416c32f9481dfa58;hb=5bbbc47a4c306653e8347f7afb85a940a503f755;hp=dd9e9cf6a3f068af05e935fad91dad0dc686da04;hpb=287d91e5f994d059232731133870ba9e95c8e418;p=~andy%2Fgtk diff --git a/gtk/gtkappchooserbutton.h b/gtk/gtkappchooserbutton.h index dd9e9cf6a..9d66be859 100644 --- a/gtk/gtkappchooserbutton.h +++ b/gtk/gtkappchooserbutton.h @@ -14,20 +14,18 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with the Gnome Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . * * Authors: Cosimo Cecchi */ +#ifndef __GTK_APP_CHOOSER_BUTTON_H__ +#define __GTK_APP_CHOOSER_BUTTON_H__ + #if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) #error "Only can be included directly." #endif -#ifndef __GTK_APP_CHOOSER_BUTTON_H__ -#define __GTK_APP_CHOOSER_BUTTON_H__ - #include #include @@ -80,6 +78,11 @@ void gtk_app_chooser_button_set_heading (GtkAppChooserButton *self const gchar *heading); const gchar * gtk_app_chooser_button_get_heading (GtkAppChooserButton *self); +GDK_AVAILABLE_IN_3_2 +void gtk_app_chooser_button_set_show_default_item (GtkAppChooserButton *self, + gboolean setting); +GDK_AVAILABLE_IN_3_2 +gboolean gtk_app_chooser_button_get_show_default_item (GtkAppChooserButton *self); G_END_DECLS