mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 10:42:11 +01:00
docs: Move the GBindingGroup SECTION
Move the content to the struct docs. Helps: #3037
This commit is contained in:
parent
e7720a2c1a
commit
89fe3bc4e4
@ -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
|
||||
*/
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user