diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-09-23 09:06:45 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-09-23 09:26:54 +0800 |
commit | 5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9 (patch) | |
tree | 9cc98eedb4934fd6e380596caf6caaf95d13cb9f /doc/reference/shell/tmpl/gconf-bridge.sgml | |
parent | 785c9829b8312649e28ec412696a9e3a8732ef19 (diff) | |
download | gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.gz gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.bz2 gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.lz gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.xz gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.tar.zst gsoc2013-evolution-5b771a75004ddbd6bfa29b50cdb7a0e188eafbb9.zip |
Developer documentation improvements.
Diffstat (limited to 'doc/reference/shell/tmpl/gconf-bridge.sgml')
-rw-r--r-- | doc/reference/shell/tmpl/gconf-bridge.sgml | 137 |
1 files changed, 137 insertions, 0 deletions
diff --git a/doc/reference/shell/tmpl/gconf-bridge.sgml b/doc/reference/shell/tmpl/gconf-bridge.sgml new file mode 100644 index 0000000000..e7b43dac52 --- /dev/null +++ b/doc/reference/shell/tmpl/gconf-bridge.sgml @@ -0,0 +1,137 @@ +<!-- ##### SECTION Title ##### --> +GConf Bridge + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### STRUCT GConfBridge ##### --> +<para> + +</para> + + +<!-- ##### FUNCTION gconf_bridge_install_default_error_handler ##### --> +<para> + +</para> + + + +<!-- ##### FUNCTION gconf_bridge_get ##### --> +<para> + +</para> + +@Returns: + + +<!-- ##### FUNCTION gconf_bridge_get_client ##### --> +<para> + +</para> + +@bridge: +@Returns: + + +<!-- ##### FUNCTION gconf_bridge_bind_property_full ##### --> +<para> + +</para> + +@bridge: +@key: +@object: +@prop: +@delayed_sync: +@Returns: + + +<!-- ##### MACRO gconf_bridge_bind_property ##### --> +<para> + +</para> + +@bridge: +@key: +@object: +@prop: + + +<!-- ##### MACRO gconf_bridge_bind_property_delayed ##### --> +<para> + +</para> + +@bridge: +@key: +@object: +@prop: + + +<!-- ##### FUNCTION gconf_bridge_bind_window ##### --> +<para> + +</para> + +@bridge: +@key_prefix: +@window: +@bind_size: +@bind_pos: +@Returns: + + +<!-- ##### MACRO gconf_bridge_bind_window_size ##### --> +<para> + +</para> + +@bridge: +@key_prefix: +@window: + + +<!-- ##### MACRO gconf_bridge_bind_window_pos ##### --> +<para> + +</para> + +@bridge: +@key_prefix: +@window: + + +<!-- ##### FUNCTION gconf_bridge_bind_string_list_store ##### --> +<para> + +</para> + +@bridge: +@key: +@list_store: +@Returns: + + +<!-- ##### FUNCTION gconf_bridge_unbind ##### --> +<para> + +</para> + +@bridge: +@binding_id: + + |