X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkappchooserbutton.h;h=9d66be859ae4ed7ae5fe1399416c32f9481dfa58;hb=bda5987335b8c7828ebf1d289a91accfe2e74dbe;hp=aeb9d9c62363261f7bb3e2361be135721cd58f80;hpb=f9379adca22fe0399a3fe4b43370e0a70a4edfb5;p=~andy%2Fgtk diff --git a/gtk/gtkappchooserbutton.h b/gtk/gtkappchooserbutton.h index aeb9d9c62..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,8 +78,10 @@ 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