From 9d69eab963bed58e5e38498ba444b7b3bd8d1ca1 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 24 Dec 2005 07:49:51 +0000 Subject: [PATCH] additions --- docs/reference/ChangeLog | 6 +++ docs/reference/gobject/gobject-sections.txt | 7 +++ docs/reference/gobject/tmpl/param_value_types.sgml | 58 +++++++++++++++++++++- 3 files changed, 69 insertions(+), 2 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 8c555fa..df262cf 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2005-12-24 Matthias Clasen + + * gobject/gobject-sections.txt: + * gobject/tmpl/param_value_types.sgml: Document GType + paramspecs + 2005-12-20 Matthias Clasen * glib/glib-sections.txt: add g_thread_pool_set_sort_function. diff --git a/docs/reference/gobject/gobject-sections.txt b/docs/reference/gobject/gobject-sections.txt index e50a3dc..4a17a73 100644 --- a/docs/reference/gobject/gobject-sections.txt +++ b/docs/reference/gobject/gobject-sections.txt @@ -646,6 +646,13 @@ G_TYPE_PARAM_OVERRIDE GParamSpecOverride g_param_spec_override + +G_IS_PARAM_SPEC_GTYPE +G_PARAM_SPEC_GTYPE +G_TYPE_PARAM_GTYPE +GParamSpecGType +g_param_spec_gtype + g_value_set_instance g_param_spec_types diff --git a/docs/reference/gobject/tmpl/param_value_types.sgml b/docs/reference/gobject/tmpl/param_value_types.sgml index 0a0afeb..4494603 100644 --- a/docs/reference/gobject/tmpl/param_value_types.sgml +++ b/docs/reference/gobject/tmpl/param_value_types.sgml @@ -1656,7 +1656,7 @@ See g_param_spec_internal() for details on property names. -Returns whether the given #GParamSpec is of type %G_TYPE_PARAM_OBJECT. +Returns whether the given #GParamSpec is of type %G_TYPE_PARAM_OVERRIDE. @pspec: a #GParamSpec @@ -1665,7 +1665,7 @@ Returns whether the given #GParamSpec is of type %G_TYPE_PARAM_OBJECT. -Casts a #GParamSpec into a #GParamSpecObject. +Casts a #GParamSpec into a #GParamSpecOverride. @pspec: a #GParamSpec @@ -1707,3 +1707,57 @@ useful unless you are implementing a new base type similar to GObject. @Since: 2.4 + + +Returns whether the given #GParamSpec is of type %G_TYPE_PARAM_GTYPE. + + +@pspec: a #GParamSpec +@Since: 2.10 + + + + +Casts a #GParamSpec into a #GParamSpecGType. + + +@pspec: a #GParamSpec +@Since: 2.10 + + + + +The #GType of #GParamSpecGType. + + +@Since: 2.10 + + + + +A #GParamSpec derived structure that contains the meta data for #GType properties. + + +@parent_instance: private #GParamSpec portion +@is_a_type: a #GType whose subtypes can occur as values +@Since: 2.10 + + + + +Creates a new #GParamSpecGType instance specifying a +%G_TYPE_GTYPE property. + + +See g_param_spec_internal() for details on property names. + + +@name: canonical name of the property specified +@nick: nick name for the property specified +@blurb: description of the property specified +@is_a_type: a #GType whose subtypes are allowed as values + of the property +@flags: flags for the property specified +@Returns: a newly created parameter specification +@Since: 2.10 + -- 2.7.4