[gimp] devel-docs: update docs for libgimpbase
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] devel-docs: update docs for libgimpbase
- Date: Sun, 27 Oct 2013 21:06:50 +0000 (UTC)
commit a89744c88f4049fbf7f8d1e1c164852ced58d2f7
Author: Michael Natterer <mitch gimp org>
Date: Sun Oct 27 22:06:21 2013 +0100
devel-docs: update docs for libgimpbase
devel-docs/libgimpbase/libgimpbase-docs.sgml | 2 +
devel-docs/libgimpbase/libgimpbase-sections.txt | 49 +++++++++++++++++++++++
2 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/devel-docs/libgimpbase/libgimpbase-docs.sgml b/devel-docs/libgimpbase/libgimpbase-docs.sgml
index a889d5b..d58c163 100644
--- a/devel-docs/libgimpbase/libgimpbase-docs.sgml
+++ b/devel-docs/libgimpbase/libgimpbase-docs.sgml
@@ -23,12 +23,14 @@
<xi:include href="xml/gimpdatafiles.xml" />
<xi:include href="xml/gimpenv.xml" />
<xi:include href="xml/gimpmemsize.xml" />
+ <xi:include href="xml/gimpmetadata.xml" />
<xi:include href="xml/gimprectangle.xml" />
<xi:include href="xml/gimpparasite.xml" />
<xi:include href="xml/gimpparasiteio.xml" />
<xi:include href="xml/gimpsignal.xml" />
<xi:include href="xml/gimpunit.xml" />
<xi:include href="xml/gimputils.xml" />
+ <xi:include href="xml/gimpvaluearray.xml" />
</part>
<index id="libgimpbase-index">
diff --git a/devel-docs/libgimpbase/libgimpbase-sections.txt b/devel-docs/libgimpbase/libgimpbase-sections.txt
index 9bb60df..b449058 100644
--- a/devel-docs/libgimpbase/libgimpbase-sections.txt
+++ b/devel-docs/libgimpbase/libgimpbase-sections.txt
@@ -1,5 +1,8 @@
<SECTION>
<FILE>gimpbasetypes</FILE>
+GIMP_DEPRECATED
+GIMP_DEPRECATED_FOR
+GIMP_UNAVAILABLE
GimpEnumDesc
GimpFlagsDesc
gimp_type_set_translation_domain
@@ -145,6 +148,7 @@ gimp_cpu_accel_set_use
<FILE>gimpenv</FILE>
gimp_env_init
gimp_directory
+gimp_installation_directory
gimp_data_directory
gimp_locale_directory
gimp_plug_in_directory
@@ -183,6 +187,26 @@ gimp_param_memsize_get_type
</SECTION>
<SECTION>
+<FILE>gimpmetadata</FILE>
+GimpMetadata
+GimpMetadataLoadFlags
+GimpMetadataSaveFlags
+gimp_metadata_new
+gimp_metadata_duplicate
+gimp_metadata_deserialize
+gimp_metadata_serialize
+gimp_metadata_load_from_file
+gimp_metadata_save_to_file
+gimp_metadata_set_from_exif
+gimp_metadata_set_from_xmp
+gimp_metadata_set_pixel_size
+gimp_metadata_set_bits_per_sample
+gimp_metadata_get_resolution
+gimp_metadata_set_resolution
+gimp_metadata_is_tag_supported
+</SECTION>
+
+<SECTION>
<FILE>gimprectangle</FILE>
gimp_rectangle_intersect
gimp_rectangle_union
@@ -263,6 +287,7 @@ gimp_unit_format_string
gimp_pixels_to_units
gimp_units_to_pixels
gimp_units_to_points
+gimp_unit_is_metric
GIMP_TYPE_UNIT
GIMP_TYPE_PARAM_UNIT
GIMP_IS_PARAM_SPEC_UNIT
@@ -292,6 +317,30 @@ gimp_flags_value_get_help
</SECTION>
<SECTION>
+<FILE>gimpvaluearray</FILE>
+GimpValueArray
+gimp_value_array_new
+gimp_value_array_ref
+gimp_value_array_unref
+gimp_value_array_length
+gimp_value_array_index
+gimp_value_array_prepend
+gimp_value_array_append
+gimp_value_array_insert
+gimp_value_array_remove
+gimp_value_array_truncate
+GimpParamSpecValueArray
+gimp_param_spec_value_array
+<SUBSECTION Standard>
+GIMP_IS_PARAM_SPEC_VALUE_ARRAY
+GIMP_PARAM_SPEC_VALUE_ARRAY
+GIMP_TYPE_PARAM_VALUE_ARRAY
+GIMP_TYPE_VALUE_ARRAY
+gimp_param_value_array_get_type
+gimp_value_array_get_type
+</SECTION>
+
+<SECTION>
<FILE>gimpversion</FILE>
GIMP_MAJOR_VERSION
GIMP_MINOR_VERSION
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]