[gconf] 2.31.1
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gconf] 2.31.1
- Date: Mon, 19 Apr 2010 22:07:39 +0000 (UTC)
commit ac3dfaf42e348bb53591624763c574d3421da2dd
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Apr 19 18:05:41 2010 -0400
2.31.1
doc/gconf/tmpl/gconf-backend.sgml | 3 +++
doc/gconf/tmpl/gconf-changeset.sgml | 4 ++++
doc/gconf/tmpl/gconf-client.sgml | 4 ++++
doc/gconf/tmpl/gconf-engine.sgml | 4 ++++
doc/gconf/tmpl/gconf-error.sgml | 4 ++++
doc/gconf/tmpl/gconf-internals.sgml | 5 +++++
doc/gconf/tmpl/gconf-listeners.sgml | 4 ++++
doc/gconf/tmpl/gconf-locale.sgml | 4 ++++
doc/gconf/tmpl/gconf-schema.sgml | 4 ++++
doc/gconf/tmpl/gconf-sources.sgml | 3 +++
doc/gconf/tmpl/gconf-value.sgml | 4 ++++
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 d451012..3461192 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 dccecee..df1bec8 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 7848980..43aeb49 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 d602269..adff916 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 3a13743..ce15a9d 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 984745c..0ec2e6f 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 8e79fea..37d2ac8 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 4dffd86..f349181 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 b1073ca..a034d42 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 e21af16..2f64129 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 7607959..93eb541 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 7fa0794..d936dbe 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]