mirror of https://github.com/GNOME/gimp.git
app/app-docs.sgml app/app-sections.txt added configuration for resource
2008-08-12 Aurimas Juška <aurisj@svn.gnome.org> * app/app-docs.sgml * app/app-sections.txt * app/app.types: added configuration for resource tagging reference. svn path=/branches/soc-2008-tagging/; revision=26525
This commit is contained in:
parent
e5f824cc67
commit
08eb7d87e1
|
@ -1,3 +1,9 @@
|
|||
2008-08-12 Aurimas Juška <aurisj@svn.gnome.org>
|
||||
|
||||
* app/app-docs.sgml
|
||||
* app/app-sections.txt
|
||||
* app/app.types: added configuration for resource tagging reference.
|
||||
|
||||
2008-08-12 Aurimas Juška <aurisj@svn.gnome.org>
|
||||
|
||||
* tagging.txt: added resource tagging overview for developers.
|
||||
|
|
|
@ -336,6 +336,13 @@
|
|||
<xi:include href="xml/gimpsamplepointundo.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-core-tagging">
|
||||
<title>The Resource Tagging System</title>
|
||||
<xi:include href="xml/gimptag.xml" />
|
||||
<xi:include href="xml/gimptagcache.xml" />
|
||||
<xi:include href="xml/gimpfilteredcontainer.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-core-misc-objects">
|
||||
<title>Misc. Objects</title>
|
||||
<xi:include href="xml/gimpbuffer.xml" />
|
||||
|
@ -859,6 +866,13 @@
|
|||
<xi:include href="xml/gimpviewablebox.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-widgets-resource-tagging">
|
||||
<title>Resource Tagging Widgets</title>
|
||||
<xi:include href="xml/gimptagentry.xml" />
|
||||
<xi:include href="xml/gimpcombotagentry.xml" />
|
||||
<xi:include href="xml/gimptagpopup.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="app-widgets-container-editors">
|
||||
<title>GimpContainerEditor Widgets</title>
|
||||
<xi:include href="xml/gimpcontainereditor.xml" />
|
||||
|
|
|
@ -2133,6 +2133,65 @@ GIMP_IS_SIZE_BOX_CLASS
|
|||
GIMP_SIZE_BOX_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimptag</FILE>
|
||||
<TITLE>GimpTag</TITLE>
|
||||
gimp_tag_new
|
||||
gimp_tag_try_new
|
||||
gimp_tag_get_name
|
||||
gimp_tag_get_hash
|
||||
gimp_tag_equals
|
||||
gimp_tag_compare_func
|
||||
gimp_tag_compare_with_string
|
||||
gimp_tag_string_make_valid
|
||||
<SUBSECTION Standard>
|
||||
GimpTagClass
|
||||
GIMP_TAG
|
||||
GIMP_IS_TAG
|
||||
GIMP_TYPE_TAG
|
||||
gimp_tag_get_type
|
||||
GIMP_TAG_CLASS
|
||||
GIMP_IS_TAG_CLASS
|
||||
GIMP_TAG_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimptagcache</FILE>
|
||||
<TITLE>GimpTagCache</TITLE>
|
||||
gimp_tag_cache_new
|
||||
gimp_tag_cache_load
|
||||
gimp_tag_cache_save
|
||||
gimp_tag_cache_add_container
|
||||
<SUBSECTION Standard>
|
||||
GimpTagCacheClass
|
||||
GIMP_TAG_CACHE
|
||||
GIMP_IS_TAG_CACHE
|
||||
GIMP_TYPE_TAG_CACHE
|
||||
gimp_tag_cache_get_type
|
||||
GIMP_TAG_CACHE_CLASS
|
||||
GIMP_IS_TAG_CACHE_CLASS
|
||||
GIMP_TAG_CACHE_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimptagentry</FILE>
|
||||
<TITLE>GimpTagEntry</TITLE>
|
||||
gimp_tag_entry_new
|
||||
gimp_tag_entry_set_selected_items
|
||||
gimp_tag_entry_parse_tags
|
||||
gimp_tag_entry_set_tag_string
|
||||
gimp_tag_entry_get_separator
|
||||
<SUBSECTION Standard>
|
||||
GimpTagEntryClass
|
||||
GIMP_TAG_ENTRY
|
||||
GIMP_IS_TAG_ENTRY
|
||||
GIMP_TYPE_TAG_ENTRY
|
||||
gimp_tag_entry_get_type
|
||||
GIMP_TAG_ENTRY_CLASS
|
||||
GIMP_IS_TAG_ENTRY_CLASS
|
||||
GIMP_TAG_ENTRY_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimptagged</FILE>
|
||||
<TITLE>GimpTagged</TITLE>
|
||||
|
@ -2140,7 +2199,7 @@ GimpTagged
|
|||
GimpTaggedInterface
|
||||
gimp_tagged_add_tag
|
||||
gimp_tagged_remove_tag
|
||||
gimp_tagged_get_get_tags
|
||||
gimp_tagged_get_tags
|
||||
<SUBSECTION Standard>
|
||||
GIMP_TAGGED
|
||||
GIMP_IS_TAGGED
|
||||
|
@ -2149,6 +2208,21 @@ gimp_tagged_interface_get_type
|
|||
GIMP_TAGGED_GET_INTERFACE
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimptagpopup</FILE>
|
||||
<TITLE>GimpTagPopup</TITLE>
|
||||
gimp_tag_popup_new
|
||||
<SUBSECTION Standard>
|
||||
GimpTagPopupClass
|
||||
GIMP_TAG_POPUP
|
||||
GIMP_IS_TAG_POPUP
|
||||
GIMP_TYPE_TAG_POPUP
|
||||
gimp_tag_popup_get_type
|
||||
GIMP_TAG_POPUP_CLASS
|
||||
GIMP_IS_TAG_POPUP_CLASS
|
||||
GIMP_TAG_POPUP_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimptemplate</FILE>
|
||||
<TITLE>GimpTemplate</TITLE>
|
||||
|
@ -2630,6 +2704,21 @@ GIMP_IS_CANVAS_CLASS
|
|||
GIMP_CANVAS_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpcombotagentry</FILE>
|
||||
<TITLE>GimpComboTagEntry</TITLE>
|
||||
gimp_combo_tag_entry_new
|
||||
<SUBSECTION Standard>
|
||||
GimpComboTagEntryClass
|
||||
GIMP_COMBO_TAG_ENTRY
|
||||
GIMP_IS_COMBO_TAG_ENTRY
|
||||
GIMP_TYPE_COMBO_TAG_ENTRY
|
||||
gimp_combo_tag_entry_get_type
|
||||
GIMP_COMBO_TAG_ENTRY_CLASS
|
||||
GIMP_IS_COMBO_TAG_ENTRY_CLASS
|
||||
GIMP_COMBO_TAG_ENTRY_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpdisplay</FILE>
|
||||
<TITLE>GimpDisplay</TITLE>
|
||||
|
@ -3517,6 +3606,24 @@ gimp_fonts_load
|
|||
gimp_fonts_reset
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpfilteredcontainer</FILE>
|
||||
<TITLE>GimpFilteredContainer</TITLE>
|
||||
gimp_filtered_container_new
|
||||
gimp_filtered_container_get_filter
|
||||
gimp_filtered_container_set_filter
|
||||
gimp_filtered_container_get_tag_count
|
||||
<SUBSECTION Standard>
|
||||
GimpFilteredContainerClass
|
||||
GIMP_FILTERED_CONTAINER
|
||||
GIMP_IS_FILTERED_CONTAINER
|
||||
GIMP_TYPE_FILTERED_CONTAINER
|
||||
gimp_filtered_container_get_type
|
||||
GIMP_FILTERED_CONTAINER_CLASS
|
||||
GIMP_IS_FILTERED_CONTAINER_CLASS
|
||||
GIMP_FILTERED_CONTAINER_GET_CLASS
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gimpfont</FILE>
|
||||
<TITLE>GimpFont</TITLE>
|
||||
|
@ -8483,9 +8590,6 @@ GIMP_COORDS_MAX_WHEEL
|
|||
GIMP_COORDS_DEFAULT_WHEEL
|
||||
GIMP_COORDS_DEFAULT_VALUES
|
||||
GimpTattoo
|
||||
GimpTag
|
||||
gimp_tag_get_name
|
||||
gimp_tag_new
|
||||
GimpInitStatusFunc
|
||||
GimpObjectFilterFunc
|
||||
GimpMemsizeFunc
|
||||
|
|
|
@ -131,6 +131,7 @@ gimp_fg_bg_editor_get_type
|
|||
gimp_fg_bg_view_get_type
|
||||
gimp_file_dialog_get_type
|
||||
gimp_file_proc_view_get_type
|
||||
gimp_filtered_container_get_type
|
||||
gimp_flip_options_get_type
|
||||
gimp_flip_tool_get_type
|
||||
gimp_floating_sel_undo_get_type
|
||||
|
@ -296,6 +297,11 @@ gimp_stroke_editor_get_type
|
|||
gimp_stroke_get_type
|
||||
gimp_stroke_options_get_type
|
||||
gimp_sub_progress_get_type
|
||||
gimp_tag_get_type
|
||||
gimp_tag_cache_get_type
|
||||
gimp_combo_tag_entry_get_type
|
||||
gimp_tag_entry_get_type
|
||||
gimp_tag_popup_get_type
|
||||
gimp_tagged_interface_get_type
|
||||
gimp_template_editor_get_type
|
||||
gimp_template_get_type
|
||||
|
|
Loading…
Reference in New Issue