From 8763438c334f55840c6c16890aa65f332b0abd08 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 30 Mar 2006 20:30:21 +0000 Subject: [PATCH] Additions 2006-03-30 Matthias Clasen * gobject/tmpl/param_value_types.sgml: * gobject/tmpl/objects.sgml: * gobject/tmpl/gtype.sgml: Additions --- docs/reference/ChangeLog | 4 ++ docs/reference/gobject/tmpl/gtype.sgml | 26 +++++++ docs/reference/gobject/tmpl/objects.sgml | 70 ++++++++++++++++++- .../gobject/tmpl/param_value_types.sgml | 9 +++ 4 files changed, 108 insertions(+), 1 deletion(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 4f837442..752fb836 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,9 @@ 2006-03-30 Matthias Clasen + * gobject/tmpl/param_value_types.sgml: + * gobject/tmpl/objects.sgml: + * gobject/tmpl/gtype.sgml: Additions + * glib/tmpl/messages.sgml: Cleanup * glib/tmpl/memory_slices.sgml: Adapt to a parameter name change diff --git a/docs/reference/gobject/tmpl/gtype.sgml b/docs/reference/gobject/tmpl/gtype.sgml index 1341084f..bc8f6187 100644 --- a/docs/reference/gobject/tmpl/gtype.sgml +++ b/docs/reference/gobject/tmpl/gtype.sgml @@ -1617,6 +1617,25 @@ init functions. @Since: 2.4 + + +Set the contents of a %G_TYPE_GTYPE #GValue to @v_gtype. + + +@value: a valid #GValue of type %G_TYPE_GTYPE +@v_gtype: #GType to be set +@Since: 2.12 + + + +Get the contents of a %G_TYPE_GTYPE #GValue. + + +@value: a valid #GValue of type %G_TYPE_GTYPE +@Returns: the #GType stored in @value +@Since: 2.12 + + An invalid #GType, used as error return value in some functions which return @@ -1766,6 +1785,13 @@ The fundamental type for #GObject. + + +The type for #GType. + + + + First fundamental type number to create a new fundamental type id with diff --git a/docs/reference/gobject/tmpl/objects.sgml b/docs/reference/gobject/tmpl/objects.sgml index 38c4c4e7..d862e920 100644 --- a/docs/reference/gobject/tmpl/objects.sgml +++ b/docs/reference/gobject/tmpl/objects.sgml @@ -85,8 +85,10 @@ value of the property has actually changed, it may also be emitted when the setter for the property is called to reinstate the previous value. -@gobject: the object which received the signal. @pspec: the #GParamSpec of the property which changed +@: + +@gobject: the object which received the signal. @@ -1053,3 +1055,69 @@ properties in set_property() and get_property() implementations. @pspec: the #GParamSpec of the property + + +All the fields in the GInitiallyUnowned structure +are private to the #GInitiallyUnowned implementation and should never be +accessed directly. + + + + + +The class structure for the GInitiallyUnowned type. + + + + + +Casts a #GInitiallyUnowned or derived pointer into a (GInitiallyUnowned*) +pointer. Depending on the current debugging level, this function may invoke +certain runtime checks to identify invalid casts. + + +@object: Object which is subject to casting + + + + +Casts a derived #GInitiallyUnownedClass structure into a +#GInitiallyUnownedClass structure. + + +@class: a valid #GInitiallyUnownedClass + + + + +Returns the class structure associated to a #GInitiallyUnowned instance. + + +@object: a #GInitiallyUnowned instance + + + + +Checks whether a valid #GTypeInstance pointer is of type +%G_TYPE_INITIALLY_UNOWNED. + + +@object: Instance to check for being a %G_TYPE_INITIALLY_UNOWNED. + + + + +Checks whether @class "is a" valid #GInitiallyUnownedClass structure of type +%G_TYPE_INITIALLY_UNOWNED or derived. + + +@class: a #GInitiallyUnownedClass + + + + +The type for #GInitiallyUnowned. + + + + diff --git a/docs/reference/gobject/tmpl/param_value_types.sgml b/docs/reference/gobject/tmpl/param_value_types.sgml index 449594a4..6ed16a73 100644 --- a/docs/reference/gobject/tmpl/param_value_types.sgml +++ b/docs/reference/gobject/tmpl/param_value_types.sgml @@ -1721,6 +1721,15 @@ Casts a #GParamSpec into a #GParamSpecGType. @Since: 2.10 + + +Returns whether the given #GValue can hold values of type %G_TYPE_GTYPE. + + +@value: a valid #GValue structure +@Since: 2.12 + + The #GType of #GParamSpecGType. -- 2.34.1