summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2010-11-03 19:16:48 +0100
committerJannis Pohlmann <jannis@xfce.org>2010-11-03 19:16:48 +0100
commit0a630bcc12f8f0864ba6ffbc84a733543dc538cc (patch)
treeaf3f7bb242bcd25086a97fe2f420de1c942a2eae /docs
parentbbad1fc9e2a814fb34c8454576bf46d20864f71a (diff)
downloadgarcon-0a630bcc12f8f0864ba6ffbc84a733543dc538cc.tar.gz
Release 0.1.2!garcon-0.1.2
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/garcon-sections.txt317
1 files changed, 171 insertions, 146 deletions
diff --git a/docs/reference/garcon-sections.txt b/docs/reference/garcon-sections.txt
index d9b5332..2964fea 100644
--- a/docs/reference/garcon-sections.txt
+++ b/docs/reference/garcon-sections.txt
@@ -1,39 +1,71 @@
<SECTION>
-<FILE>garcon-menu</FILE>
-GarconMenu
-garcon_menu_new
-garcon_menu_new_for_path
-garcon_menu_new_applications
-garcon_menu_load
-garcon_menu_get_file
-garcon_menu_get_directory
-garcon_menu_get_menus
-garcon_menu_add_menu
-garcon_menu_get_menu_with_name
-garcon_menu_get_parent
-garcon_menu_get_item_pool
-garcon_menu_get_items
-garcon_menu_get_elements
+<FILE>garcon-menu-element</FILE>
+<TITLE>GarconMenuElement</TITLE>
+GarconMenuElement
+GarconMenuElementIface
+garcon_menu_element_get_name
+garcon_menu_element_get_comment
+garcon_menu_element_get_icon_name
+garcon_menu_element_get_visible
+garcon_menu_element_get_show_in_environment
+garcon_menu_element_get_no_display
+garcon_menu_element_equal
<SUBSECTION Standard>
-GarconMenuClass
-GarconMenuPrivate
-GARCON_MENU
-GARCON_IS_MENU
-GARCON_TYPE_MENU
-garcon_menu_get_type
-GARCON_MENU_CLASS
-GARCON_IS_MENU_CLASS
-GARCON_MENU_GET_CLASS
+GARCON_MENU_ELEMENT
+GARCON_IS_MENU_ELEMENT
+GARCON_TYPE_MENU_ELEMENT
+garcon_menu_element_get_type
+GARCON_MENU_ELEMENT_GET_IFACE
+</SECTION>
+
+<SECTION>
+<FILE>garcon-menu-parser</FILE>
+<TITLE>GarconMenuParser</TITLE>
+GarconMenuParserPrivate
+GarconMenuParserClass
+GarconMenuParser
+garcon_menu_parser_new
+garcon_menu_parser_run
+<SUBSECTION Standard>
+GARCON_MENU_PARSER
+GARCON_IS_MENU_PARSER
+GARCON_TYPE_MENU_PARSER
+garcon_menu_parser_get_type
+GARCON_MENU_PARSER_CLASS
+GARCON_IS_MENU_PARSER_CLASS
+GARCON_MENU_PARSER_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>garcon-menu-item-cache</FILE>
+<TITLE>GarconMenuItemCache</TITLE>
+GarconMenuItemCachePrivate
+GarconMenuItemCacheClass
+GarconMenuItemCache
+garcon_menu_item_cache_get_default
+garcon_menu_item_cache_lookup
+garcon_menu_item_cache_foreach
+garcon_menu_item_cache_invalidate
+garcon_menu_item_cache_invalidate_file
+<SUBSECTION Standard>
+GARCON_MENU_ITEM_CACHE
+GARCON_IS_MENU_ITEM_CACHE
+GARCON_TYPE_MENU_ITEM_CACHE
+garcon_menu_item_cache_get_type
+GARCON_MENU_ITEM_CACHE_CLASS
+GARCON_IS_MENU_ITEM_CACHE_CLASS
+GARCON_MENU_ITEM_CACHE_GET_CLASS
</SECTION>
<SECTION>
<FILE>garcon-menu-merger</FILE>
+<TITLE>GarconMenuMerger</TITLE>
+GarconMenuMergerPrivate
+GarconMenuMergerClass
GarconMenuMerger
garcon_menu_merger_new
garcon_menu_merger_run
<SUBSECTION Standard>
-GarconMenuMergerClass
-GarconMenuMergerPrivate
GARCON_MENU_MERGER
GARCON_IS_MENU_MERGER
GARCON_TYPE_MENU_MERGER
@@ -45,10 +77,11 @@ GARCON_MENU_MERGER_GET_CLASS
<SECTION>
<FILE>garcon-menu-separator</FILE>
+<TITLE>GarconMenuSeparator</TITLE>
+GarconMenuSeparatorClass
GarconMenuSeparator
garcon_menu_separator_get_default
<SUBSECTION Standard>
-GarconMenuSeparatorClass
GARCON_MENU_SEPARATOR
GARCON_IS_MENU_SEPARATOR
GARCON_TYPE_MENU_SEPARATOR
@@ -63,6 +96,7 @@ GARCON_MENU_SEPARATOR_GET_CLASS
GarconMenuNodeType
GarconMenuLayoutMergeType
GarconMenuMergeFileType
+GarconMenuNodeData
GarconMenuNodeClass
GarconMenuNode
garcon_menu_node_get_type
@@ -104,107 +138,10 @@ GARCON_MENU_NODE_GET_CLASS
</SECTION>
<SECTION>
-<FILE>garcon-menu-directory</FILE>
-GarconMenuDirectory
-garcon_menu_directory_new
-garcon_menu_directory_get_file
-garcon_menu_directory_get_name
-garcon_menu_directory_set_name
-garcon_menu_directory_get_comment
-garcon_menu_directory_set_comment
-garcon_menu_directory_get_icon_name
-garcon_menu_directory_set_icon_name
-garcon_menu_directory_get_no_display
-garcon_menu_directory_set_no_display
-garcon_menu_directory_get_hidden
-garcon_menu_directory_get_show_in_environment
-garcon_menu_directory_get_visible
-garcon_menu_directory_equal
-<SUBSECTION Standard>
-GarconMenuDirectoryPrivate
-GarconMenuDirectoryClass
-GARCON_MENU_DIRECTORY
-GARCON_IS_MENU_DIRECTORY
-GARCON_TYPE_MENU_DIRECTORY
-garcon_menu_directory_get_type
-GARCON_MENU_DIRECTORY_CLASS
-GARCON_IS_MENU_DIRECTORY_CLASS
-GARCON_MENU_DIRECTORY_GET_CLASS
-</SECTION>
-
-<SECTION>
-<FILE>garcon-menu-item-cache</FILE>
-GarconMenuItemCache
-garcon_menu_item_cache_get_default
-garcon_menu_item_cache_lookup
-garcon_menu_item_cache_foreach
-garcon_menu_item_cache_invalidate
-<SUBSECTION Standard>
-GarconMenuItemCachePrivate
-GarconMenuItemCacheClass
-GARCON_MENU_ITEM_CACHE
-GARCON_IS_MENU_ITEM_CACHE
-GARCON_TYPE_MENU_ITEM_CACHE
-garcon_menu_item_cache_get_type
-GARCON_MENU_ITEM_CACHE_CLASS
-GARCON_IS_MENU_ITEM_CACHE_CLASS
-GARCON_MENU_ITEM_CACHE_GET_CLASS
-</SECTION>
-
-<SECTION>
-<FILE>garcon-menu-parser</FILE>
-garcon_menu_parser_new
-garcon_menu_parser_run
-GarconMenuParser
-<SUBSECTION Standard>
-GarconMenuParserPrivate
-GarconMenuParserClass
-GARCON_MENU_PARSER
-GARCON_IS_MENU_PARSER
-GARCON_TYPE_MENU_PARSER
-garcon_menu_parser_get_type
-GARCON_MENU_PARSER_CLASS
-GARCON_IS_MENU_PARSER_CLASS
-GARCON_MENU_PARSER_GET_CLASS
-</SECTION>
-
-<SECTION>
-<FILE>garcon-menu-tree-provider</FILE>
-GarconMenuTreeProvider
-GarconMenuTreeProviderIface
-garcon_menu_tree_provider_get_tree
-garcon_menu_tree_provider_get_file
-<SUBSECTION Standard>
-GARCON_MENU_TREE_PROVIDER
-GARCON_IS_MENU_TREE_PROVIDER
-GARCON_TYPE_MENU_TREE_PROVIDER
-garcon_menu_tree_provider_get_type
-GARCON_MENU_TREE_PROVIDER_GET_IFACE
-</SECTION>
-
-<SECTION>
-<FILE>garcon-menu-item-pool</FILE>
-GarconMenuItemPool
-garcon_menu_item_pool_new
-garcon_menu_item_pool_insert
-garcon_menu_item_pool_lookup
-garcon_menu_item_pool_foreach
-garcon_menu_item_pool_apply_exclude_rule
-garcon_menu_item_pool_get_empty
-<SUBSECTION Standard>
-GarconMenuItemPoolPrivate
-GarconMenuItemPoolClass
-GARCON_MENU_ITEM_POOL
-GARCON_IS_MENU_ITEM_POOL
-GARCON_TYPE_MENU_ITEM_POOL
-garcon_menu_item_pool_get_type
-GARCON_MENU_ITEM_POOL_CLASS
-GARCON_IS_MENU_ITEM_POOL_CLASS
-GARCON_MENU_ITEM_POOL_GET_CLASS
-</SECTION>
-
-<SECTION>
<FILE>garcon-menu-item</FILE>
+<TITLE>GarconMenuItem</TITLE>
+GarconMenuItemPrivate
+GarconMenuItemClass
GarconMenuItem
garcon_menu_item_new
garcon_menu_item_new_for_path
@@ -248,8 +185,6 @@ garcon_menu_item_get_allocated
garcon_menu_item_increment_allocated
garcon_menu_item_decrement_allocated
<SUBSECTION Standard>
-GarconMenuItemPrivate
-GarconMenuItemClass
GARCON_MENU_ITEM
GARCON_IS_MENU_ITEM
GARCON_TYPE_MENU_ITEM
@@ -260,27 +195,100 @@ GARCON_MENU_ITEM_GET_CLASS
</SECTION>
<SECTION>
-<FILE>garcon-menu-element</FILE>
-GarconMenuElement
-GarconMenuElementIface
-garcon_menu_element_get_name
-garcon_menu_element_get_comment
-garcon_menu_element_get_icon_name
-garcon_menu_element_get_visible
-garcon_menu_element_get_show_in_environment
-garcon_menu_element_get_no_display
+<FILE>garcon-menu</FILE>
+<TITLE>GarconMenu</TITLE>
+GarconMenuPrivate
+GarconMenuClass
+GarconMenu
+garcon_menu_new
+garcon_menu_new_for_path
+garcon_menu_new_applications
+garcon_menu_load
+garcon_menu_get_file
+garcon_menu_get_directory
+garcon_menu_get_menus
+garcon_menu_add_menu
+garcon_menu_get_menu_with_name
+garcon_menu_get_parent
+garcon_menu_get_item_pool
+garcon_menu_get_items
+garcon_menu_get_elements
<SUBSECTION Standard>
-GARCON_MENU_ELEMENT
-GARCON_IS_MENU_ELEMENT
-GARCON_TYPE_MENU_ELEMENT
-garcon_menu_element_get_type
-GARCON_MENU_ELEMENT_GET_IFACE
+GARCON_MENU
+GARCON_IS_MENU
+GARCON_TYPE_MENU
+garcon_menu_get_type
+GARCON_MENU_CLASS
+GARCON_IS_MENU_CLASS
+GARCON_MENU_GET_CLASS
</SECTION>
<SECTION>
-<FILE>garcon-environment</FILE>
-garcon_set_environment
-garcon_get_environment
+<FILE>garcon-menu-directory</FILE>
+<TITLE>GarconMenuDirectory</TITLE>
+GarconMenuDirectoryPrivate
+GarconMenuDirectoryClass
+GarconMenuDirectory
+garcon_menu_directory_new
+garcon_menu_directory_get_file
+garcon_menu_directory_get_name
+garcon_menu_directory_set_name
+garcon_menu_directory_get_comment
+garcon_menu_directory_set_comment
+garcon_menu_directory_get_icon_name
+garcon_menu_directory_set_icon_name
+garcon_menu_directory_get_no_display
+garcon_menu_directory_set_no_display
+garcon_menu_directory_get_hidden
+garcon_menu_directory_get_show_in_environment
+garcon_menu_directory_get_visible
+garcon_menu_directory_equal
+<SUBSECTION Standard>
+GARCON_MENU_DIRECTORY
+GARCON_IS_MENU_DIRECTORY
+GARCON_TYPE_MENU_DIRECTORY
+garcon_menu_directory_get_type
+GARCON_MENU_DIRECTORY_CLASS
+GARCON_IS_MENU_DIRECTORY_CLASS
+GARCON_MENU_DIRECTORY_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>garcon-menu-item-pool</FILE>
+GarconMenuItemPoolPrivate
+GarconMenuItemPoolClass
+GarconMenuItemPool
+garcon_menu_item_pool_new
+garcon_menu_item_pool_insert
+garcon_menu_item_pool_lookup
+garcon_menu_item_pool_lookup_file
+garcon_menu_item_pool_foreach
+garcon_menu_item_pool_apply_exclude_rule
+garcon_menu_item_pool_get_empty
+garcon_menu_item_pool_clear
+<SUBSECTION Standard>
+GARCON_MENU_ITEM_POOL
+GARCON_IS_MENU_ITEM_POOL
+GARCON_TYPE_MENU_ITEM_POOL
+garcon_menu_item_pool_get_type
+GARCON_MENU_ITEM_POOL_CLASS
+GARCON_IS_MENU_ITEM_POOL_CLASS
+GARCON_MENU_ITEM_POOL_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>garcon-menu-tree-provider</FILE>
+<TITLE>GarconMenuTreeProvider</TITLE>
+GarconMenuTreeProviderIface
+GarconMenuTreeProvider
+garcon_menu_tree_provider_get_tree
+garcon_menu_tree_provider_get_file
+<SUBSECTION Standard>
+GARCON_MENU_TREE_PROVIDER
+GARCON_IS_MENU_TREE_PROVIDER
+GARCON_TYPE_MENU_TREE_PROVIDER
+garcon_menu_tree_provider_get_type
+GARCON_MENU_TREE_PROVIDER_GET_IFACE
</SECTION>
<SECTION>
@@ -294,5 +302,22 @@ garcon_minor_version
garcon_micro_version
garcon_check_version
garcon_config_lookup
+garcon_config_build_paths
+</SECTION>
+
+<SECTION>
+<FILE>garcon</FILE>
+GARCON_INSIDE_GARCON_H
+</SECTION>
+
+<SECTION>
+<FILE>garcon-marshal</FILE>
+garcon_marshal_VOID__OBJECT_OBJECT
+</SECTION>
+
+<SECTION>
+<FILE>garcon-environment</FILE>
+garcon_set_environment
+garcon_get_environment
</SECTION>