diff options
-rw-r--r-- | doc/gconf/tmpl/gconf-backend.sgml | 3 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf-changeset.sgml | 4 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf-client.sgml | 4 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf-engine.sgml | 4 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf-error.sgml | 4 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf-internals.sgml | 5 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf-listeners.sgml | 4 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf-locale.sgml | 4 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf-schema.sgml | 4 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf-sources.sgml | 3 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf-value.sgml | 4 | ||||
-rw-r--r-- | doc/gconf/tmpl/gconf.sgml | 5 |
12 files changed, 48 insertions, 0 deletions
diff --git a/doc/gconf/tmpl/gconf-backend.sgml b/doc/gconf/tmpl/gconf-backend.sgml index d4510128..34611924 100644 --- a/doc/gconf/tmpl/gconf-backend.sgml +++ b/doc/gconf/tmpl/gconf-backend.sgml @@ -17,6 +17,9 @@ gconf-backend <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT GConfBackendVTable ##### --> <para> The #GConfBackendVTable is a table of methods that any GConf backend must diff --git a/doc/gconf/tmpl/gconf-changeset.sgml b/doc/gconf/tmpl/gconf-changeset.sgml index dcceceee..df1bec88 100644 --- a/doc/gconf/tmpl/gconf-changeset.sgml +++ b/doc/gconf/tmpl/gconf-changeset.sgml @@ -34,6 +34,9 @@ atomic. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT GConfChangeSet ##### --> <para> An opaque data type representing a set of changes to be made. @@ -123,6 +126,7 @@ Creates a new, empty #GConfChangeSet. The caller assumes one reference count, and must call gconf_change_set_unref() eventually. </para> +@void: @Returns: a new #GConfChangeSet. diff --git a/doc/gconf/tmpl/gconf-client.sgml b/doc/gconf/tmpl/gconf-client.sgml index 7848980c..43aeb492 100644 --- a/doc/gconf/tmpl/gconf-client.sgml +++ b/doc/gconf/tmpl/gconf-client.sgml @@ -121,6 +121,9 @@ See the example programs that come with GConf for more details. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### ENUM GConfClientPreloadType ##### --> <para> The #GConfClientPreloadType is used to tell #GConfClient how to preload one of @@ -198,6 +201,7 @@ with the reference count incremented. So you have to unref either way. It's important to call g_type_init() before using this GObject, to initialize the type system. </para> +@void: @Returns: a new #GConfClient. g_object_unref() when you're done. diff --git a/doc/gconf/tmpl/gconf-engine.sgml b/doc/gconf/tmpl/gconf-engine.sgml index d602269f..adff9160 100644 --- a/doc/gconf/tmpl/gconf-engine.sgml +++ b/doc/gconf/tmpl/gconf-engine.sgml @@ -28,6 +28,9 @@ configuration values. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT GConfEngine ##### --> <para> An opaque data type representing one or more configuration sources. @@ -45,6 +48,7 @@ gconf_engine_unref() at some point. It's fairly important to unref the before exiting your application. see ? printf() <function>printf()</function> </para> +@void: @Returns: the default #GConfEngine. diff --git a/doc/gconf/tmpl/gconf-error.sgml b/doc/gconf/tmpl/gconf-error.sgml index 3a137430..ce15a9db 100644 --- a/doc/gconf/tmpl/gconf-error.sgml +++ b/doc/gconf/tmpl/gconf-error.sgml @@ -78,6 +78,9 @@ Here's a short error handling example: <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### ENUM GConfError ##### --> <para> The #GConfError enumeration allows client applications to @@ -122,6 +125,7 @@ argument list is the same as in printf(). Converts the string 'gconf-error-quark' to a #GQuark and returns the value. </para> +@void: @Returns: the #GQuark representing the string. diff --git a/doc/gconf/tmpl/gconf-internals.sgml b/doc/gconf/tmpl/gconf-internals.sgml index 984745c2..0ec2e6fb 100644 --- a/doc/gconf/tmpl/gconf-internals.sgml +++ b/doc/gconf/tmpl/gconf-internals.sgml @@ -17,6 +17,9 @@ gconf-internals <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### FUNCTION gconf_key_directory ##### --> <para> @@ -94,6 +97,7 @@ gconf-internals </para> +@void: @Returns: @@ -120,6 +124,7 @@ gconf-internals </para> +@void: @Returns: diff --git a/doc/gconf/tmpl/gconf-listeners.sgml b/doc/gconf/tmpl/gconf-listeners.sgml index 8e79fea3..37d2ac8a 100644 --- a/doc/gconf/tmpl/gconf-listeners.sgml +++ b/doc/gconf/tmpl/gconf-listeners.sgml @@ -19,6 +19,9 @@ convenience wrapper. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT GConfListeners ##### --> <para> The #GConfListeners structure contains nothing other than a dummy pointer. Internally @@ -47,6 +50,7 @@ is called whenever the value of a key changes. Creates a new listener table and typecasts it to a #GConfListeners. </para> +@void: @Returns: the newly allocated #GConfListeners. diff --git a/doc/gconf/tmpl/gconf-locale.sgml b/doc/gconf/tmpl/gconf-locale.sgml index 4dffd86e..f3491816 100644 --- a/doc/gconf/tmpl/gconf-locale.sgml +++ b/doc/gconf/tmpl/gconf-locale.sgml @@ -17,6 +17,9 @@ gconf-locale <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT GConfLocaleCache ##### --> <para> @@ -28,6 +31,7 @@ gconf-locale </para> +@void: @Returns: diff --git a/doc/gconf/tmpl/gconf-schema.sgml b/doc/gconf/tmpl/gconf-schema.sgml index b1073ca9..a034d42e 100644 --- a/doc/gconf/tmpl/gconf-schema.sgml +++ b/doc/gconf/tmpl/gconf-schema.sgml @@ -27,6 +27,9 @@ be</emphasis>, not what the type actually is. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT GConfSchema ##### --> <para> An opaque data type representing a description of a key-value pair. @@ -38,6 +41,7 @@ An opaque data type representing a description of a key-value pair. Creates a new #GConfSchema. </para> +@void: @Returns: newly allocated #GConfSchema diff --git a/doc/gconf/tmpl/gconf-sources.sgml b/doc/gconf/tmpl/gconf-sources.sgml index e21af16d..2f641297 100644 --- a/doc/gconf/tmpl/gconf-sources.sgml +++ b/doc/gconf/tmpl/gconf-sources.sgml @@ -17,6 +17,9 @@ gconf-sources <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT GConfSource ##### --> <para> diff --git a/doc/gconf/tmpl/gconf-value.sgml b/doc/gconf/tmpl/gconf-value.sgml index 7607959f..93eb5417 100644 --- a/doc/gconf/tmpl/gconf-value.sgml +++ b/doc/gconf/tmpl/gconf-value.sgml @@ -34,6 +34,9 @@ it. You should rarely if ever need to use #GConfMetaInfo. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### ENUM GConfValueType ##### --> <para> Used to indicate the type of a #GConfValue. @@ -422,6 +425,7 @@ Creates a new #GConfMetaInfo structure and returns the newly allocated #GConfMetaInfo. </para> +@void: @Returns: the newly allocated #GConfMetainfo. diff --git a/doc/gconf/tmpl/gconf.sgml b/doc/gconf/tmpl/gconf.sgml index 7fa07944..d936dbec 100644 --- a/doc/gconf/tmpl/gconf.sgml +++ b/doc/gconf/tmpl/gconf.sgml @@ -28,6 +28,9 @@ is the #GConfChangeSet interface. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### FUNCTION gconf_init ##### --> <para> Initializes the GConf library. Creates a connection to a CORBA ORB, and @@ -64,6 +67,7 @@ initialized. Asks whether the library has been initialized. </para> +@void: @Returns: <symbol>TRUE</symbol> if the library has been initialized. @@ -378,6 +382,7 @@ Generates a new and unique key using serial number, process id, current time and random number generated. </para> +@void: @Returns: a newly created key, a #gchar value. |