diff --git a/gobject/gbindinggroup.c b/gobject/gbindinggroup.c index e5c8980bf..53602d533 100644 --- a/gobject/gbindinggroup.c +++ b/gobject/gbindinggroup.c @@ -27,18 +27,15 @@ #include "gparamspecs.h" /** - * SECTION:gbindinggroup - * @Title: GBindingGroup - * @Short_description: Binding multiple properties as a group - * @include: glib-object.h + * GBindingGroup: * - * The #GBindingGroup can be used to bind multiple properties + * `GBindingGroup` can be used to bind multiple properties * from an object collectively. * * Use the various methods to bind properties from a single source * object to multiple destination objects. Properties can be bound * bidirectionally and are connected when the source object is set - * with g_binding_group_set_source(). + * with [method@GObject.BindingGroup.set_source]. * * Since: 2.72 */ diff --git a/gobject/gbindinggroup.h b/gobject/gbindinggroup.h index 4cbdfe480..398579195 100644 --- a/gobject/gbindinggroup.h +++ b/gobject/gbindinggroup.h @@ -36,14 +36,6 @@ G_BEGIN_DECLS #define G_IS_BINDING_GROUP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_BINDING_GROUP)) #define G_TYPE_BINDING_GROUP (g_binding_group_get_type()) -/** - * GBindingGroup: - * - * GBindingGroup is an opaque structure whose members - * cannot be accessed directly. - * - * Since: 2.72 - */ typedef struct _GBindingGroup GBindingGroup; GOBJECT_AVAILABLE_IN_2_72