From 52d0d70b5fa938b260197579ddcb652525765c65 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Fri, 28 Jan 2005 19:11:08 +0000 Subject: [PATCH] libgimpconfig/libgimpconfig-docs.sgml updated. 2005-01-28 Sven Neumann * libgimpconfig/libgimpconfig-docs.sgml * libgimpconfig/libgimpconfig-sections.txt: updated. * libgimpconfig/tmpl/gimpconfig-iface.sgml * libgimpconfig/tmpl/gimpconfig-params.sgml * libgimpconfig/tmpl/gimpconfig-path.sgml: regenerated. --- devel-docs/ChangeLog | 9 +++ .../libgimpconfig/libgimpconfig-docs.sgml | 8 +-- .../libgimpconfig/libgimpconfig-sections.txt | 15 +++- .../libgimpconfig/tmpl/gimpconfig-iface.sgml | 8 --- .../libgimpconfig/tmpl/gimpconfig-params.sgml | 60 +++++++++++++++- .../libgimpconfig/tmpl/gimpconfig-path.sgml | 68 +++++++++++++++++++ 6 files changed, 154 insertions(+), 14 deletions(-) diff --git a/devel-docs/ChangeLog b/devel-docs/ChangeLog index 02ffafda66..705a689a99 100644 --- a/devel-docs/ChangeLog +++ b/devel-docs/ChangeLog @@ -1,3 +1,12 @@ +2005-01-28 Sven Neumann + + * libgimpconfig/libgimpconfig-docs.sgml + * libgimpconfig/libgimpconfig-sections.txt: updated. + + * libgimpconfig/tmpl/gimpconfig-iface.sgml + * libgimpconfig/tmpl/gimpconfig-params.sgml + * libgimpconfig/tmpl/gimpconfig-path.sgml: regenerated. + 2005-01-26 Sven Neumann * libgimpbase/libgimpbase-docs.sgml diff --git a/devel-docs/libgimpconfig/libgimpconfig-docs.sgml b/devel-docs/libgimpconfig/libgimpconfig-docs.sgml index 76a840117d..2fe39d9dbe 100644 --- a/devel-docs/libgimpconfig/libgimpconfig-docs.sgml +++ b/devel-docs/libgimpconfig/libgimpconfig-docs.sgml @@ -13,13 +13,13 @@ GIMP Config Library - - + + + + - - diff --git a/devel-docs/libgimpconfig/libgimpconfig-sections.txt b/devel-docs/libgimpconfig/libgimpconfig-sections.txt index 4e2af1222c..138146bad6 100644 --- a/devel-docs/libgimpconfig/libgimpconfig-sections.txt +++ b/devel-docs/libgimpconfig/libgimpconfig-sections.txt @@ -1,6 +1,5 @@
gimpconfig-iface -GIMP_CONFIG_GET_INTERFACE GimpConfigInterface gimp_config_serialize_to_file gimp_config_serialize_to_fd @@ -15,6 +14,7 @@ gimp_config_reset GIMP_CONFIG GIMP_IS_CONFIG GIMP_TYPE_CONFIG +GIMP_CONFIG_GET_INTERFACE gimp_config_interface_get_type
@@ -58,7 +58,20 @@ GIMP_CONFIG_INSTALL_PROP_POINTER
gimpconfig-path +GimpConfigPathType +gimp_param_spec_config_path +gimp_param_spec_config_path_type gimp_config_path_expand +gimp_config_build_data_path +gimp_config_build_writable_path +gimp_config_build_plug_in_path +GIMP_VALUE_HOLDS_CONFIG_PATH + +GIMP_TYPE_CONFIG_PATH +GIMP_TYPE_PARAM_CONFIG_PATH +GIMP_IS_PARAM_SPEC_CONFIG_PATH +gimp_config_path_get_type +gimp_param_config_path_get_type
diff --git a/devel-docs/libgimpconfig/tmpl/gimpconfig-iface.sgml b/devel-docs/libgimpconfig/tmpl/gimpconfig-iface.sgml index 5dd266caef..46c4bc07a5 100644 --- a/devel-docs/libgimpconfig/tmpl/gimpconfig-iface.sgml +++ b/devel-docs/libgimpconfig/tmpl/gimpconfig-iface.sgml @@ -15,14 +15,6 @@ High-level API functions for libgimpconfig. - - - - - -@obj: - - diff --git a/devel-docs/libgimpconfig/tmpl/gimpconfig-params.sgml b/devel-docs/libgimpconfig/tmpl/gimpconfig-params.sgml index ea60c565c6..afc1cef077 100644 --- a/devel-docs/libgimpconfig/tmpl/gimpconfig-params.sgml +++ b/devel-docs/libgimpconfig/tmpl/gimpconfig-params.sgml @@ -70,6 +70,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -86,6 +90,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -102,6 +110,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -120,6 +132,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -136,6 +152,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -153,6 +173,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -171,6 +195,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -187,6 +215,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -205,14 +237,20 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ name: @blurb: -@type: +@path_type: @default: @flags: + +@type: @@ -222,6 +260,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -238,6 +280,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -256,6 +302,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -274,6 +324,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ @@ -290,6 +344,10 @@ gimpconfig-params @class: @id: +@\ + name: +@\ + name: @\ name: @\ diff --git a/devel-docs/libgimpconfig/tmpl/gimpconfig-path.sgml b/devel-docs/libgimpconfig/tmpl/gimpconfig-path.sgml index 78a873fedf..5f3018bd4f 100644 --- a/devel-docs/libgimpconfig/tmpl/gimpconfig-path.sgml +++ b/devel-docs/libgimpconfig/tmpl/gimpconfig-path.sgml @@ -14,6 +14,39 @@ gimpconfig-path + + + + + +@GIMP_CONFIG_PATH_FILE: +@GIMP_CONFIG_PATH_FILE_LIST: +@GIMP_CONFIG_PATH_DIR: +@GIMP_CONFIG_PATH_DIR_LIST: + + + + + + +@name: +@nick: +@blurb: +@type: +@default_value: +@flags: +@Returns: + + + + + + + +@pspec: +@Returns: + + @@ -25,3 +58,38 @@ gimpconfig-path @Returns: + + + + + +@name: +@Returns: + + + + + + + +@name: +@Returns: + + + + + + + +@name: +@Returns: + + + + + + + +@value: + +