docs: Move the GBindingGroup SECTION

Move the content to the struct docs.

Helps: #3037
This commit is contained in:
Matthias Clasen 2023-09-25 13:34:55 -04:00 committed by Philip Withnall
parent e7720a2c1a
commit 89fe3bc4e4
2 changed files with 3 additions and 14 deletions

View File

@ -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
*/

View File

@ -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