summaryrefslogtreecommitdiff
path: root/gobject/gbindinggroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/gbindinggroup.h')
-rw-r--r--gobject/gbindinggroup.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gobject/gbindinggroup.h b/gobject/gbindinggroup.h
index 472ebc5b3..4cbdfe480 100644
--- a/gobject/gbindinggroup.h
+++ b/gobject/gbindinggroup.h
@@ -46,22 +46,22 @@ G_BEGIN_DECLS
*/
typedef struct _GBindingGroup GBindingGroup;
-GLIB_AVAILABLE_IN_2_72
+GOBJECT_AVAILABLE_IN_2_72
GType g_binding_group_get_type (void) G_GNUC_CONST;
-GLIB_AVAILABLE_IN_2_72
+GOBJECT_AVAILABLE_IN_2_72
GBindingGroup *g_binding_group_new (void);
-GLIB_AVAILABLE_IN_2_72
+GOBJECT_AVAILABLE_IN_2_72
gpointer g_binding_group_dup_source (GBindingGroup *self);
-GLIB_AVAILABLE_IN_2_72
+GOBJECT_AVAILABLE_IN_2_72
void g_binding_group_set_source (GBindingGroup *self,
gpointer source);
-GLIB_AVAILABLE_IN_2_72
+GOBJECT_AVAILABLE_IN_2_72
void g_binding_group_bind (GBindingGroup *self,
const gchar *source_property,
gpointer target,
const gchar *target_property,
GBindingFlags flags);
-GLIB_AVAILABLE_IN_2_72
+GOBJECT_AVAILABLE_IN_2_72
void g_binding_group_bind_full (GBindingGroup *self,
const gchar *source_property,
gpointer target,
@@ -71,7 +71,7 @@ void g_binding_group_bind_full (GBindingGroup *self,
GBindingTransformFunc transform_from,
gpointer user_data,
GDestroyNotify user_data_destroy);
-GLIB_AVAILABLE_IN_2_72
+GOBJECT_AVAILABLE_IN_2_72
void g_binding_group_bind_with_closures (GBindingGroup *self,
const gchar *source_property,
gpointer target,