gda.set_group
Module for [SetGroup] class
class SetGroup
Types 1
classSetGroup : gobject.boxed.Boxed
Since 5.2, you must consider this struct as opaque. Any access to its internal must use public API. Don't try to use #gda_set_group_free on a struct that was created manually.
Methods
gda.set_source.SetSource nodesSource() @property nothrowGet `nodesSource` field. Returns: if NULL, then @nodes contains exactly one entryvoid nodesSource(gda.set_source.SetSource propval) @property nothrowSet `nodesSource` field. Params: propval = if NULL, then @nodes contains exactly one entryvoid addNode(gda.set_node.SetNode node) nothrowint getNNodes() nothrowgda.set_node.SetNode getNode() nothrowThis method always return first #GdaSetNode in sg. Returns: first #GdaSetNode in sg.gda.set_node.SetNode[] getNodes() nothrowReturns a #GSList with the #GdaSetNode grouped by sg. You must use #g_slist_free on returned list. Returns: a #GSList with all nodes in sg.gda.set_source.SetSource getSource() nothrowvoid setSource(gda.set_source.SetSource source) nothrowConstructors
this(gda.set_node.SetNode node)Creates a new #GdaSetGroup struct. If source is null then new group contains just one #GdaSetNode.