summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilder.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-10-16 23:14:07 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-10-16 23:45:23 -0400
commit85bfbebd08dc6b8081fe3bb85de23ca280a10d61 (patch)
tree12e7a92e89b701522c1b336b59a1545c9f257579 /gtk/gtkbuilder.h
parent05b1ea84b49c7046073463a5a19fb8b0e02dd0cb (diff)
downloadgtk+-85bfbebd08dc6b8081fe3bb85de23ca280a10d61.tar.gz
Fix since tags
Mark 3.12 api as such.
Diffstat (limited to 'gtk/gtkbuilder.h')
-rw-r--r--gtk/gtkbuilder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbuilder.h b/gtk/gtkbuilder.h
index de415646ee..38e63a5217 100644
--- a/gtk/gtkbuilder.h
+++ b/gtk/gtkbuilder.h
@@ -201,11 +201,11 @@ GDK_AVAILABLE_IN_3_10
GCallback gtk_builder_lookup_callback_symbol (GtkBuilder *builder,
const gchar *callback_name);
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_3_12
void gtk_builder_set_application (GtkBuilder *builder,
GtkApplication *application);
-GDK_AVAILABLE_IN_3_10
+GDK_AVAILABLE_IN_3_12
GtkApplication * gtk_builder_get_application (GtkBuilder *builder);