infobar: Add :revealed property

https://bugzilla.gnome.org/show_bug.cgi?id=710888
This commit is contained in:
Timm Bäder
2017-01-12 09:09:22 +01:00
committed by Daniel Boles
parent 45aa018839
commit e9d84e2653
3 changed files with 68 additions and 33 deletions

View File

@ -130,6 +130,12 @@ void gtk_info_bar_set_show_close_button (GtkInfoBar *info_bar,
GDK_AVAILABLE_IN_3_10
gboolean gtk_info_bar_get_show_close_button (GtkInfoBar *info_bar);
GDK_AVAILABLE_IN_3_22
void gtk_info_bar_set_revealed (GtkInfoBar *info_bar,
gboolean revealed);
GDK_AVAILABLE_IN_3_22
gboolean gtk_info_bar_get_revealed (GtkInfoBar *info_bar);
G_END_DECLS
#endif /* __GTK_INFO_BAR_H__ */