[glade/tintou/documentation-refresh: 4/4] doc: Modernize the documentation



commit e472c542e64ef8048c476ef56d5590587d4a657b
Author: Corentin Noël <corentin noel collabora com>
Date:   Fri Mar 29 16:41:16 2019 +0100

    doc: Modernize the documentation

 doc/Makefile.am          |    3 +-
 doc/gladeui-docs.sgml    |  104 -----
 doc/gladeui-docs.xml     |   91 ++++
 doc/gladeui-sections.txt | 1058 +++++++++++++++++++++++++++++++++++-----------
 4 files changed, 913 insertions(+), 343 deletions(-)
---
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 2d42190d..c9d53672 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -14,7 +14,7 @@ DOC_MODULE=gladeui
 DOC_MODULE_VERSION=2
 
 # The top-level SGML file. You can change this if you want to.
-DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml
+DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
 
 # The directory containing the source code. Relative to $(srcdir).
 # gtk-doc will search all .c & .h files beneath here for inline comments
@@ -58,7 +58,6 @@ IGNORE_HFILES=\
        glade-custom.h \
        glade-cursor.h \
        glade-id-allocator.h \
-       glade-catalog.h \
        glade.h \
        glade-design-layout.h \
        glade-popup.h \
diff --git a/doc/gladeui-docs.xml b/doc/gladeui-docs.xml
new file mode 100644
index 00000000..c051a335
--- /dev/null
+++ b/doc/gladeui-docs.xml
@@ -0,0 +1,91 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC '-//OASIS//DTD DocBook XML V4.5//EN'
+                      'http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd' [
+
+<!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
+<!ENTITY version SYSTEM "version.xml">
+]>
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude";>
+  <bookinfo>
+    <title>Glade User Interface Designer Reference Manual</title>
+    <releaseinfo>
+      for gladeui &version;.
+      This document attempts to describe how to use the Glade UI Designer core
+      library to integrate Glade into your application and how to integrate your
+      custom GTK+ derived widgets into the Glade UI Designer.
+      
+      The latest version of this documentation can be found on-line at
+      <ulink role="online-location" url="https://developer.gnome.org/gladeui/stable/";>
+        https://developer.gnome.org/gladeui/stable
+      </ulink>.
+    </releaseinfo>
+  </bookinfo>
+
+  <part id="catalog">
+    <title>Adding your custom widgets</title>
+    <xi:include href="catalogintro.sgml"/>
+    <xi:include href="widgetclasses.sgml"/>
+    <xi:include href="properties.sgml"/>
+    <xi:include href="gladepython.sgml"/>
+  </part>
+
+  <part id="core">
+    <title>Glade Core</title>
+    <xi:include href="xml/glade-init.xml"/>
+    <xi:include href="xml/glade-catalog.xml"/>
+    <xi:include href="xml/glade-app.xml"/>
+    <xi:include href="xml/glade-project.xml"/>
+    <xi:include href="xml/glade-widget.xml"/>
+    <xi:include href="xml/glade-widget-adaptor.xml"/>
+    <xi:include href="xml/glade-widget-action.xml"/>
+    <xi:include href="xml/gw-action-class.xml"/>
+    <xi:include href="xml/glade-fixed.xml"/>
+    <xi:include href="xml/glade-property.xml"/>
+    <xi:include href="xml/glade-property-class.xml"/>
+    <xi:include href="xml/glade-command.xml"/>
+    <xi:include href="xml/glade-clipboard.xml"/>
+    <xi:include href="xml/glade-base-editor.xml"/>
+    <xi:include href="xml/glade-placeholder.xml"/>
+    <xi:include href="xml/glade-signal.xml"/>
+    <xi:include href="xml/glade-signal-class.xml"/>
+    <xi:include href="xml/glade-name-context.xml"/>
+    <xi:include href="xml/glade-xml-utils.xml"/>
+  </part>
+
+  <part id="dockables">
+    <title>Dockable Glade UI Widgets</title>
+    <xi:include href="xml/glade-editable.xml"/>
+    <xi:include href="xml/glade-editor.xml"/>
+    <xi:include href="xml/glade-editor-property.xml"/>
+    <xi:include href="xml/glade-palette.xml"/>
+    <xi:include href="xml/glade-clipboard-view.xml"/>
+    <xi:include href="xml/glade-inspector.xml"/>
+    <xi:include href="xml/glade-signal-editor.xml"/>
+    <xi:include href="xml/glade-previewer.xml"/>
+    <xi:include href="xml/glade-design-view.xml"/>
+    <xi:include href="xml/glade-preview.xml"/>
+    <xi:include href="xml/glade-adaptor-chooser.xml"/>
+    <xi:include href="xml/glade-property-label.xml"/>
+    <xi:include href="xml/glade-property-shell.xml"/>
+  </part>
+
+  <part id="misc">
+    <title>Miscellaneous utilities</title>
+    <xi:include href="xml/glade-cell-renderer-icon.xml"/>
+    <xi:include href="xml/glade-object-stub.xml"/>
+    <xi:include href="xml/glade-signal-model.xml"/>
+    <xi:include href="xml/glade-parameter.xml"/>
+    <xi:include href="xml/glade-utils.xml"/>
+  </part>
+
+  <index id="api-index-full">
+    <title>Index</title>
+    <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+  </index>
+  <index id="api-index-deprecated" role="deprecated">
+    <title>Index of deprecated symbols</title>
+    <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+  </index>
+
+  <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
+</book>
diff --git a/doc/gladeui-sections.txt b/doc/gladeui-sections.txt
index 93ee0c29..c4685248 100644
--- a/doc/gladeui-sections.txt
+++ b/doc/gladeui-sections.txt
@@ -34,12 +34,9 @@ glade_widget_event
 glade_widget_placeholder_relation
 glade_widget_get_action
 glade_widget_get_pack_action
+glade_widget_set_action_visible
 glade_widget_set_action_sensitive
 glade_widget_set_pack_action_sensitive
-glade_widget_remove_action
-glade_widget_remove_pack_action
-glade_widget_create_action_menu
-glade_widget_project_notify
 glade_widget_add_prop_ref
 glade_widget_remove_prop_ref
 glade_widget_object_set_property
@@ -67,7 +64,6 @@ glade_widget_set_name
 glade_widget_get_name
 glade_widget_set_internal
 glade_widget_get_internal
-glade_widget_set_object
 glade_widget_get_object
 glade_widget_set_project
 glade_widget_get_project
@@ -77,6 +73,43 @@ glade_widget_set_parent
 glade_widget_superuser
 glade_widget_push_superuser
 glade_widget_pop_superuser
+glade_widget_add_verify
+glade_widget_depends
+glade_widget_ensure_name
+glade_widget_find_child
+glade_widget_generate_path_name
+glade_widget_get_actions
+glade_widget_get_children
+glade_widget_get_device_from_event
+glade_widget_get_display_name
+glade_widget_set_is_composite
+glade_widget_get_is_composite
+glade_widget_get_locker
+glade_widget_get_pack_actions
+glade_widget_get_packing_properties
+glade_widget_get_parentless_reffed_widgets
+glade_widget_get_parentless_widget_ref
+glade_widget_get_properties
+glade_widget_get_signal_list
+glade_widget_get_signal_model
+glade_widget_get_toplevel
+glade_widget_has_name
+glade_widget_has_prop_refs
+glade_widget_set_in_project
+glade_widget_in_project
+glade_widget_is_ancestor
+glade_widget_list_locked_widgets
+glade_widget_list_prop_refs
+glade_widget_lock
+glade_widget_unlock
+glade_widget_set_pack_action_visible
+glade_widget_set_support_warning
+glade_widget_support_changed
+glade_widget_support_warning
+glade_widget_verify
+glade_widget_write_signals
+IS_GLADE_WIDGET_EVENT
+GLADE_UNNAMED_PREFIX
 <SUBSECTION Standard>
 GLADE_WIDGET
 GLADE_IS_WIDGET
@@ -86,44 +119,133 @@ GLADE_WIDGET_CLASS
 GLADE_IS_WIDGET_CLASS
 GLADE_WIDGET_GET_CLASS
 GladeWidgetClass
+GladeWidgetPrivate
+</SECTION>
+
+<SECTION>
+<FILE>glade-init</FILE>
+<TITLE>Initializing the library</TITLE>
+glade_init
+<SUBSECTION Standard>
+GLADE_TYPE_DEBUG_FLAG
+glade_debug_flag_get_type
+GLADE_TYPE_CURSOR_TYPE
+glade_cursor_type_get_type
+GLADE_MAKE_EPROP
+GLADE_TYPE_EPROP_CHECK
+glade_eprop_check_get_type
+_GladeDrag
+_GladeDragInterface
+GLADE_DRAG
+GLADE_DRAG_GET_INTERFACE
+GLADE_IS_DRAG
+GLADE_TYPE_DRAG
+GLADE_DND_INFO_DATA
+GLADE_DND_TARGET_DATA
+</SECTION>
+
+<SECTION>
+<FILE>glade-object-stub</FILE>
+<TITLE>GladeObjectStub</TITLE>
+GladeObjectStub
+<SUBSECTION Standard>
+GLADE_IS_OBJECT_STUB
+GLADE_IS_OBJECT_STUB_CLASS
+GLADE_OBJECT_STUB
+GLADE_OBJECT_STUB_CLASS
+GLADE_OBJECT_STUB_GET_CLASS
+GLADE_TYPE_OBJECT_STUB
+glade_object_stub_get_type
+GladeObjectStubClass
+GladeObjectStubPrivate
+</SECTION>
+
+<SECTION>
+<FILE>glade-signal-model</FILE>
+<TITLE>GladeSignalModel</TITLE>
+GladeSignalModel
+GladeSignalModelColumns
+glade_signal_model_new
+<SUBSECTION Standard>
+GladeSignalModelClass
+GladeSignalModelPrivate
+GLADE_TYPE_SIGNAL_MODEL
+GLADE_TYPE_SIGNAL_MODEL_COLUMNS
+GLADE_IS_SIGNAL_MODEL
+GLADE_IS_SIGNAL_MODEL_CLASS
+GLADE_SIGNAL_MODEL
+GLADE_SIGNAL_MODEL_CLASS
+GLADE_SIGNAL_MODEL_GET_CLASS
+glade_signal_model_columns_get_type
+glade_signal_model_get_type
+</SECTION>
+
+<SECTION>
+<FILE>glade-adaptor-chooser</FILE>
+<TITLE>GladeAdaptorChooser</TITLE>
+GladeAdaptorChooser
+GladeAdaptorChooserWidget
+glade_adaptor_chooser_new
+glade_adaptor_chooser_get_project
+glade_adaptor_chooser_set_project
+<SUBSECTION Standard>
+GLADE_ADAPTOR_CHOOSER_WIDGET
+GLADE_ADAPTOR_CHOOSER_WIDGET_CLASS
+GLADE_ADAPTOR_CHOOSER_WIDGET_GET_CLASS
+GLADE_IS_ADAPTOR_CHOOSER_WIDGET
+GLADE_IS_ADAPTOR_CHOOSER_WIDGET_CLASS
+GLADE_TYPE_ADAPTOR_CHOOSER
+GLADE_TYPE_ADAPTOR_CHOOSER_WIDGET
+GladeAdaptorChooserWidgetClass
+_GladeAdaptorChooserWidget
+_GladeAdaptorChooserWidgetClass
+_GladeAdaptorChooserWidgetFlags
+_GladeAdaptorChooserWidgetPrivate
 </SECTION>
 
 <SECTION>
 <FILE>glade-widget-adaptor</FILE>
+<TITLE>GladeWidgetAdaptor</TITLE>
 GladeCreateReason
-GWA_IS_FIXED
 GWA_IS_TOPLEVEL
 GWA_USE_PLACEHOLDERS
 GWA_DEFAULT_WIDTH
 GWA_DEFAULT_HEIGHT
 GWA_GET_CLASS
 GWA_GET_OCLASS
+GWA_SCROLLABLE_WIDGET
 GLADE_VALID_CREATE_REASON
 GLADE_TYPE_CREATE_REASON
-GladeSetPropertyFunc
-GladeGetPropertyFunc
-GladeVerifyPropertyFunc
-GladeChildSetPropertyFunc
+GWA_INSTANTIABLE_PREFIX
+GWA_INSTANTIABLE_PREFIX_LEN
+GladeWidgetAdaptor
+GladeActionActivateFunc
+GladeActionSubmenuFunc
+GladeAddChildFunc
+GladeAddChildVerifyFunc
+GladeChildActionActivateFunc
 GladeChildGetPropertyFunc
+GladeChildSetPropertyFunc
 GladeChildVerifyPropertyFunc
+GladeConstructObjectFunc
+GladeCreateEditableFunc
+GladeCreateEPropFunc
+GladeCreateWidgetFunc
+GladeDependsFunc
+GladeDestroyObjectFunc
 GladeGetChildrenFunc
-GladeAddChildFunc
-GladeRemoveChildFunc
-GladeReplaceChildFunc
-GladePostCreateFunc
 GladeGetInternalFunc
-GladeActionActivateFunc
-GladeChildActionActivateFunc
+GladeGetPropertyFunc
+GladePostCreateFunc
 GladeReadWidgetFunc
-GladeWriteWidgetFunc
-GladeCreateEPropFunc
+GladeRemoveChildFunc
+GladeReplaceChildFunc
+GladeSetPropertyFunc
 GladeStringFromValueFunc
-<TITLE>GladeSignal</TITLE>
-<TITLE>GladeWidgetAdaptor</TITLE>
-GladeWidgetAdaptor
+GladeVerifyPropertyFunc
+GladeWriteWidgetFunc
 glade_widget_adaptor_create_widget
 glade_widget_adaptor_create_eprop
-glade_widget_adaptor_from_pclass
 glade_widget_adaptor_from_pspec
 glade_widget_adaptor_from_catalog
 glade_widget_adaptor_register
@@ -162,6 +284,31 @@ glade_widget_adaptor_pack_actions_new
 glade_widget_adaptor_action_activate
 glade_widget_adaptor_child_action_activate
 glade_widget_adaptor_string_from_value
+glade_widget_adaptor_action_submenu
+glade_widget_adaptor_actions_new
+glade_widget_adaptor_add_verify
+glade_widget_adaptor_construct_object
+glade_widget_adaptor_create_editable
+glade_widget_adaptor_create_eprop_by_name
+glade_widget_adaptor_depends
+glade_widget_adaptor_destroy_object
+glade_widget_adaptor_get_book
+glade_widget_adaptor_get_catalog
+glade_widget_adaptor_get_display_name
+glade_widget_adaptor_get_generic_name
+glade_widget_adaptor_get_icon_name
+glade_widget_adaptor_get_missing_icon
+glade_widget_adaptor_get_name
+glade_widget_adaptor_get_object_type
+glade_widget_adaptor_get_packing_props
+glade_widget_adaptor_get_parent_adaptor
+glade_widget_adaptor_get_properties
+glade_widget_adaptor_get_signal_class
+glade_widget_adaptor_get_signals
+glade_widget_adaptor_get_title
+glade_widget_adaptor_has_internal_children
+glade_widget_adaptor_list_adaptors
+glade_widget_adaptor_write_widget_after
 <SUBSECTION Standard>
 GLADE_WIDGET_ADAPTOR
 GLADE_IS_WIDGET_ADAPTOR
@@ -172,10 +319,43 @@ GLADE_WIDGET_ADAPTOR_CLASS
 GLADE_IS_WIDGET_ADAPTOR_CLASS
 GLADE_WIDGET_ADAPTOR_GET_CLASS
 GladeWidgetAdaptorClass
-GladeSignalClass
 GladeWidgetAdaptorPrivate
 </SECTION>
 
+<SECTION>
+<FILE>glade-catalog</FILE>
+<TITLE>GladeCatalog</TITLE>
+GladeCatalog
+GladeCatalogInitFunc
+GladeTargetableVersion
+GladeWidgetGroup
+glade_catalog_load_all
+glade_catalog_destroy_all
+glade_catalog_add_path
+glade_catalog_remove_path
+glade_catalog_get_adaptors
+glade_catalog_is_loaded
+glade_catalog_get_book
+glade_catalog_get_domain
+glade_catalog_get_extra_paths
+glade_catalog_get_icon_prefix
+glade_catalog_get_major_version
+glade_catalog_get_minor_version
+glade_catalog_get_name
+glade_catalog_get_prefix
+glade_catalog_get_targets
+glade_catalog_get_widget_groups
+glade_widget_group_get_adaptors
+glade_widget_group_get_expanded
+glade_widget_group_get_name
+glade_widget_group_get_title
+<SUBSECTION Standard>
+GLADE_CATALOG
+GLADE_IS_CATALOG
+GLADE_IS_WIDGET_GROUP
+GLADE_WIDGET_GROUP
+</SECTION>
+
 <SECTION>
 <FILE>glade-design-view</FILE>
 <TITLE>GladeDesignView</TITLE>
@@ -183,7 +363,6 @@ GladeDesignView
 glade_design_view_new
 glade_design_view_get_project
 glade_design_view_get_from_project
-glade_design_view_get_layout
 <SUBSECTION Standard>
 GLADE_DESIGN_VIEW
 GLADE_IS_DESIGN_VIEW
@@ -215,13 +394,72 @@ glade_property_class_set_vl_from_gvalue
 glade_property_class_make_gvalue
 glade_property_class_get_from_gvalue
 glade_property_class_update_from_node
-glade_property_class_get_displayable_value
 glade_property_class_make_adjustment
 glade_property_class_match
 glade_property_class_void_value
+glade_property_class_atk
+glade_property_class_common
+glade_property_class_compare
+glade_property_class_create_type
+glade_property_class_custom_layout
+glade_property_class_deprecated
+glade_property_class_get_adaptor
+glade_property_class_get_construct_only
+glade_property_class_get_default
+glade_property_class_get_default_from_spec
+glade_property_class_get_ignore
+glade_property_class_get_is_packing
+glade_property_class_get_name
+glade_property_class_get_original_default
+glade_property_class_get_pspec
+glade_property_class_get_tooltip
+glade_property_class_get_virtual
+glade_property_class_id
+glade_property_class_load_defaults_from_spec
+glade_property_class_multiline
+glade_property_class_needs_sync
+glade_property_class_new_from_spec_full
+glade_property_class_optional
+glade_property_class_optional_default
+glade_property_class_parentless_widget
+glade_property_class_query
+glade_property_class_save
+glade_property_class_save_always
+glade_property_class_set_adaptor
+glade_property_class_set_construct_only
+glade_property_class_set_ignore
+glade_property_class_set_is_packing
+glade_property_class_set_name
+glade_property_class_set_pspec
+glade_property_class_set_tooltip
+glade_property_class_set_virtual
+glade_property_class_set_weights
+glade_property_class_since_major
+glade_property_class_since_minor
+glade_property_class_stock
+glade_property_class_stock_icon
+glade_property_class_themed_icon
+glade_property_class_transfer_on_paste
+glade_property_class_translatable
+glade_property_class_weight
 <SUBSECTION Standard>
 GLADE_PROPERTY_CLASS
 GLADE_IS_PROPERTY_CLASS
+GLADE_PROPERTY_CLASS_IS_TYPE
+</SECTION>
+
+<SECTION>
+<FILE>glade-name-context</FILE>
+<TITLE>GladeNameContext</TITLE>
+GladeNameContext
+glade_name_context_add_name
+glade_name_context_destroy
+glade_name_context_has_name
+glade_name_context_n_names
+glade_name_context_new
+glade_name_context_new_name
+glade_name_context_release_name
+<SUBSECTION Standard>
 </SECTION>
 
 <SECTION>
@@ -230,10 +468,8 @@ GLADE_IS_PROPERTY_CLASS
 GladeClipboard
 glade_clipboard_new
 glade_clipboard_add
-glade_clipboard_remove
-glade_clipboard_selection_add
-glade_clipboard_selection_remove
-glade_clipboard_selection_clear
+glade_clipboard_clear
+glade_clipboard_widgets
 glade_clipboard_get_has_selection
 <SUBSECTION Standard>
 GLADE_CLIPBOARD
@@ -241,20 +477,63 @@ GLADE_IS_CLIPBOARD
 GLADE_TYPE_CLIPBOARD
 glade_clipboard_get_type
 GladeClipboardClass
+GladeClipboardPrivate
 </SECTION>
 
 <SECTION>
 <FILE>glade-signal</FILE>
+<TITLE>GladeSignal</TITLE>
 GladeSignal
 glade_signal_new
 glade_signal_clone
-glade_signal_free
 glade_signal_equal
 glade_signal_read
 glade_signal_write
+glade_signal_editor_enable_dnd
+glade_signal_get_after
+glade_signal_get_class
+glade_signal_get_detail
+glade_signal_get_handler
+glade_signal_get_name
+glade_signal_get_support_warning
+glade_signal_get_swapped
+glade_signal_get_userdata
+glade_signal_set_after
+glade_signal_set_detail
+glade_signal_set_handler
+glade_signal_set_support_warning
+glade_signal_set_swapped
+glade_signal_set_userdata
 <SUBSECTION Standard>
 GLADE_SIGNAL
 GLADE_IS_SIGNAL
+GLADE_IS_SIGNAL_KLASS
+GLADE_TYPE_SIGNAL
+GladeSignalKlass
+GladeSignalPrivate
+GLADE_SIGNAL_GET_KLASS
+GLADE_SIGNAL_KLASS
+glade_signal_get_type
+</SECTION>
+
+<SECTION>
+<FILE>glade-signal-class</FILE>
+<TITLE>GladeSignalClass</TITLE>
+GladeSignalClass
+glade_signal_class_new
+glade_signal_class_free
+glade_signal_class_update_from_node
+glade_signal_class_get_adaptor
+glade_signal_class_get_flags
+glade_signal_class_get_name
+glade_signal_class_get_type
+glade_signal_class_set_deprecated
+glade_signal_class_deprecated
+glade_signal_class_set_since
+glade_signal_class_since_major
+glade_signal_class_since_minor
+<SUBSECTION Standard>
+GLADE_SIGNAL_CLASS
 </SECTION>
 
 <SECTION>
@@ -265,8 +544,18 @@ GLADE_MAKE_EPROP_TYPE
 glade_editor_property_load
 glade_editor_property_load_by_widget
 glade_editor_property_commit
-glade_editor_property_show_info
-glade_editor_property_hide_info
+glade_editor_property_commit_no_callback
+glade_editor_property_get_custom_text
+glade_editor_property_get_disable_check
+glade_editor_property_get_item_label
+glade_editor_property_get_pclass
+glade_editor_property_get_property
+glade_editor_property_loading
+glade_editor_property_set_custom_text
+glade_editor_property_set_disable_check
+glade_editor_property_show_i18n_dialog
+glade_editor_property_show_object_dialog
+glade_editor_property_show_resource_dialog
 <SUBSECTION Standard>
 GLADE_EDITOR_PROPERTY
 GLADE_IS_EDITOR_PROPERTY
@@ -302,31 +591,9 @@ glade_eprop_unichar_get_type
 GladeEditorPropertyClass
 </SECTION>
 
-<SECTION>
-<FILE>glade-widget-action</FILE>
-<TITLE>GWAction</TITLE>
-<TITLE>GladeWidgetAction</TITLE>
-GWActionClass
-GladeWidgetAction
-glade_widget_action_class_free
-glade_widget_action_class_clone
-glade_widget_action_remove
-glade_widget_action_set_sensitive
-<SUBSECTION Standard>
-GLADE_WIDGET_ACTION
-GLADE_IS_WIDGET_ACTION
-GLADE_TYPE_WIDGET_ACTION
-glade_widget_action_get_type
-GLADE_WIDGET_ACTION_CLASS
-GLADE_IS_WIDGET_ACTION_CLASS
-GLADE_WIDGET_ACTION_GET_CLASS
-GladeWidgetActionClass
-</SECTION>
-
 <SECTION>
 <FILE>glade-fixed</FILE>
 <TITLE>GladeFixed</TITLE>
-GladeFixed
 <SUBSECTION Standard>
 GLADE_FIXED
 GLADE_IS_FIXED
@@ -342,39 +609,21 @@ GLADE_FIXED_CURSOR_RIGHT
 GLADE_FIXED_CURSOR_LEFT
 </SECTION>
 
-<SECTION>
-<FILE>glade-clipboard-view</FILE>
-<TITLE>GladeClipboardView</TITLE>
-GladeClipboardView
-glade_clipboard_view_new
-glade_clipboard_view_add
-glade_clipboard_view_remove
-glade_clipboard_view_refresh_sel
-<SUBSECTION Standard>
-GLADE_CLIPBOARD_VIEW
-GLADE_IS_CLIPBOARD_VIEW
-GLADE_TYPE_CLIPBOARD_VIEW
-glade_clipboard_view_get_type
-GLADE_CLIPBOARD_VIEW_CLASS
-GLADE_IS_CLIPBOARD_VIEW_CLASS
-GLADE_CLIPBOARD_VIEW_GET_CLASS
-GladeClipboardViewClass
-</SECTION>
-
 <SECTION>
 <FILE>glade-palette</FILE>
 <TITLE>GladePalette</TITLE>
 GladePalette
 GladeItemAppearance
 glade_palette_new
-glade_palette_deselect_current_item
-glade_palette_get_current_item
 glade_palette_get_item_appearance
 glade_palette_set_item_appearance
 glade_palette_get_use_small_item_icons
 glade_palette_set_use_small_item_icons
 glade_palette_set_show_selector_button
 glade_palette_get_show_selector_button
+glade_palette_set_project
+glade_palette_get_project
+glade_palette_get_tool_palette
 <SUBSECTION Standard>
 GLADE_PALETTE
 GLADE_IS_PALETTE
@@ -385,6 +634,8 @@ GLADE_IS_PALETTE_CLASS
 GLADE_PALETTE_GET_CLASS
 GladePaletteClass
 GladePalettePrivate
+glade_item_appearance_get_type
+GLADE_TYPE_ITEM_APPEARANCE
 </SECTION>
 
 <SECTION>
@@ -393,6 +644,8 @@ GladePalettePrivate
 GladePlaceholder
 glade_placeholder_new
 glade_placeholder_get_parent
+glade_placeholder_get_project
+glade_placeholder_packing_actions
 <SUBSECTION Standard>
 GLADE_PLACEHOLDER
 GLADE_IS_PLACEHOLDER
@@ -402,16 +655,19 @@ GLADE_PLACEHOLDER_CLASS
 GLADE_IS_PLACEHOLDER_CLASS
 GLADE_PLACEHOLDER_GET_CLASS
 GladePlaceholderClass
+GladePlaceholderPrivate
 </SECTION>
 
 <SECTION>
 <FILE>glade-project</FILE>
 <TITLE>GladeProject</TITLE>
 GladeProject
-GladeProjectFormat
+GladeProjectModelColumns
+GladeProjectProperties
+GladeSupportMask
+GladePointerMode
+GladeVerifyFlags
 glade_project_new
-glade_project_get_format
-glade_project_set_format
 glade_project_load_from_file
 glade_project_load
 glade_project_save
@@ -432,7 +688,6 @@ glade_project_remove_object
 glade_project_has_object
 glade_project_get_widget_by_name
 glade_project_new_widget_name
-glade_project_widget_name_changed
 glade_project_is_selected
 glade_project_selection_set
 glade_project_selection_add
@@ -441,16 +696,56 @@ glade_project_selection_clear
 glade_project_selection_changed
 glade_project_selection_get
 glade_project_get_has_selection
-glade_project_set_accel_group
-glade_project_set_resource
-glade_project_list_resources
 glade_project_resource_fullpath
 glade_project_is_loading
 glade_project_get_file_mtime
-glade_project_get_instance_count
-glade_project_set_instance_count
 glade_project_get_modified
+glade_project_autosave
+glade_project_available_widget_name
+glade_project_backup
+glade_project_cancel_load
+glade_project_check_reordered
+glade_project_command_cut
+glade_project_command_delete
+glade_project_command_paste
+glade_project_copy_selection
+glade_project_display_dependencies
+glade_project_get_add_item
+glade_project_get_css_provider_path
+glade_project_get_license
+glade_project_get_pointer_mode
+glade_project_get_resource_path
+glade_project_get_target_version
+glade_project_get_template
+glade_project_get_translation_domain
+glade_project_load_cancelled
+glade_project_preview
+glade_project_properties
+glade_project_push_progress
+glade_project_queue_selection_changed
+glade_project_required_libs
+glade_project_save_verify
+glade_project_set_add_item
+glade_project_set_css_provider_path
+glade_project_set_license
+glade_project_set_pointer_mode
+glade_project_set_resource_path
+glade_project_set_target_version
+glade_project_set_template
+glade_project_set_translation_domain
+glade_project_set_widget_name
+glade_project_toplevels
+glade_project_verify
+glade_project_verify_property
+glade_project_verify_signal
+glade_project_verify_widget_adaptor
+glade_project_widget_changed
+glade_project_widget_visibility_changed
+glade_project_writing_preview
+glade_project_properties_new
 <SUBSECTION Standard>
+GladeProjectPropertiesClass
+GladeProjectPropertiesPrivate
 GLADE_PROJECT
 GLADE_IS_PROJECT
 GLADE_TYPE_PROJECT
@@ -458,8 +753,43 @@ glade_project_get_type
 GLADE_PROJECT_CLASS
 GLADE_IS_PROJECT_CLASS
 GLADE_PROJECT_GET_CLASS
+GLADE_TYPE_PROJECT_MODEL_COLUMNS
+glade_project_model_columns_get_type
+GLADE_TYPE_PROJECT_PROPERTIES
+glade_project_properties_get_type
 GladeProjectClass
 GladeProjectPrivate
+GLADE_PROJECT_PROPERTIES
+GLADE_PROJECT_PROPERTIES_CLASS
+GLADE_PROJECT_PROPERTIES_GET_CLASS
+GLADE_IS_PROJECT_PROPERTIES
+GLADE_IS_PROJECT_PROPERTIES_CLASS
+glade_support_mask_get_type
+GLADE_TYPE_SUPPORT_MASK
+glade_verify_flags_get_type
+GLADE_TYPE_VERIFY_FLAGS
+_NodeEdge
+</SECTION>
+
+<SECTION>
+<FILE>glade-cell-renderer-icon</FILE>
+<TITLE>GladeCellRendererIcon</TITLE>
+GladeCellRendererIcon
+glade_cell_renderer_icon_get_activatable
+glade_cell_renderer_icon_get_active
+glade_cell_renderer_icon_new
+glade_cell_renderer_icon_set_activatable
+glade_cell_renderer_icon_set_active
+<SUBSECTION Standard>
+GladeCellRendererIconClass
+GladeCellRendererIconPrivate
+glade_cell_renderer_icon_get_type
+GLADE_CELL_RENDERER_ICON
+GLADE_CELL_RENDERER_ICON_CLASS
+GLADE_CELL_RENDERER_ICON_GET_CLASS
+GLADE_IS_CELL_RENDERER_ICON
+GLADE_IS_CELL_RENDERER_ICON_CLASS
+GLADE_TYPE_CELL_RENDERER_ICON
 </SECTION>
 
 <SECTION>
@@ -470,9 +800,10 @@ glade_base_editor_new
 glade_base_editor_add_default_properties
 glade_base_editor_add_properties
 glade_base_editor_add_label
-glade_base_editor_add_popup_items
 glade_base_editor_set_show_signal_editor
 glade_base_editor_pack_new_window
+glade_base_editor_add_editable
+glade_base_editor_append_types
 <SUBSECTION Standard>
 GLADE_BASE_EDITOR
 GLADE_IS_BASE_EDITOR
@@ -515,25 +846,55 @@ glade_signal_editor_load_widget
 <SUBSECTION Standard>
 GLADE_SIGNAL_EDITOR
 GLADE_IS_SIGNAL_EDITOR
+GLADE_TYPE_SIGNAL_EDITOR
+GLADE_SIGNAL_EDITOR_CLASS
+GLADE_IS_SIGNAL_EDITOR_CLASS
+GLADE_SIGNAL_EDITOR_GET_CLASS
+GladeSignalEditorClass
+GladeSignalEditorPrivate
+glade_signal_editor_get_type
+</SECTION>
+
+<SECTION>
+<FILE>glade-editable</FILE>
+<TITLE>GladeEditable</TITLE>
+GladeEditable
+GladeEditableIface
+GladeEditableInterface
+glade_editable_block
+glade_editable_load
+glade_editable_loaded_widget
+glade_editable_loading
+glade_editable_set_show_name
+glade_editable_unblock
+<SUBSECTION Standard>
+glade_editable_get_type
+GLADE_TYPE_EDITABLE
+GLADE_EDITABLE
+GLADE_EDITABLE_CLASS
+GLADE_EDITABLE_GET_IFACE
+GLADE_IS_EDITABLE
 </SECTION>
 
 <SECTION>
 <FILE>glade-editor</FILE>
-GLADE_EDITOR_TABLE
-GLADE_IS_EDITOR_TABLE
-GladeEditorTable
-GladeEditorTableType
 <TITLE>GladeEditor</TITLE>
 GladeEditor
+GladeEditorTable
+GladeEditorPageType
+GladeEditorSkeleton
 glade_editor_new
 glade_editor_load_widget
-glade_editor_refresh
-glade_editor_update_widget_name
 glade_editor_query_dialog
 glade_editor_show_info
-glade_editor_show_context_info
 glade_editor_hide_info
-glade_editor_hide_context_info
+glade_editor_dialog_for_widget
+glade_editor_hide_class_field
+glade_editor_reset_dialog_run
+glade_editor_show_class_field
+glade_editor_skeleton_new
+glade_editor_skeleton_add_editor
+glade_editor_table_new
 <SUBSECTION Standard>
 GLADE_EDITOR
 GLADE_IS_EDITOR
@@ -542,7 +903,29 @@ glade_editor_get_type
 GLADE_EDITOR_CLASS
 GLADE_IS_EDITOR_CLASS
 GLADE_EDITOR_GET_CLASS
+GLADE_EDITOR_TABLE
+GLADE_IS_EDITOR_TABLE
+glade_editor_table_get_type
+GLADE_IS_EDITOR_TABLE_CLASS
+glade_editor_skeleton_get_type
 GladeEditorClass
+GladeEditorTableClass
+GladeEditorTablePrivate
+GladeEditorPrivate
+GladeEditorPropertyPrivate
+GladeEditorSkeletonClass
+GladeEditorSkeletonPrivate
+glade_editor_page_type_get_type
+GLADE_TYPE_EDITOR_PAGE_TYPE
+GLADE_TYPE_EDITOR_SKELETON
+GLADE_TYPE_EDITOR_TABLE
+GLADE_IS_EDITOR_SKELETON
+GLADE_IS_EDITOR_SKELETON_CLASS
+GLADE_EDITOR_SKELETON
+GLADE_EDITOR_SKELETON_CLASS
+GLADE_EDITOR_SKELETON_GET_CLASS
+GLADE_EDITOR_TABLE_CLASS
+GLADE_EDITOR_TABLE_GET_CLASS
 </SECTION>
 
 <SECTION>
@@ -552,51 +935,29 @@ GladeApp
 glade_app_new
 glade_pointer_mode_get_type
 glade_app_get
-glade_app_update_ui
 glade_app_set_window
 glade_app_get_window
-glade_app_get_editor
-glade_app_get_palette
 glade_app_get_clipboard
-glade_app_get_clipboard_view
-glade_app_get_project
-glade_app_set_project
-glade_app_get_pointer_mode
-glade_app_set_pointer_mode
 glade_app_add_project
 glade_app_remove_project
 glade_app_get_projects
 glade_app_get_config
 glade_app_is_project_loaded
 glade_app_get_project_by_path
-glade_app_show_properties
-glade_app_hide_properties
-glade_app_command_copy
-glade_app_command_cut
-glade_app_command_paste
-glade_app_command_delete
-glade_app_command_delete_clipboard
-glade_app_command_undo
-glade_app_command_redo
 glade_app_config_save
-glade_app_set_transient_parent
-glade_app_get_transient_parent
 glade_app_set_accel_group
-glade_app_update_instance_count
-glade_app_undo_button_new
-glade_app_redo_button_new
-glade_app_get_selection
-glade_app_is_selected
-glade_app_selection_set
-glade_app_selection_add
-glade_app_selection_remove
-glade_app_selection_clear
-glade_app_selection_changed
 glade_app_get_catalogs_dir
 glade_app_get_modules_dir
-glade_app_get_plugins_dir
 glade_app_get_pixmaps_dir
 glade_app_get_locale_dir
+glade_app_do_event
+glade_app_get_accel_group
+glade_app_get_bin_dir
+glade_app_get_catalog
+glade_app_get_catalog_version
+glade_app_get_catalogs
+glade_app_get_lib_dir
+glade_app_search_docs
 <SUBSECTION Standard>
 GLADE_APP
 GLADE_IS_APP
@@ -610,11 +971,16 @@ GLADE_TYPE_POINTER_MODE
 GladeAppPrivate
 GLADE_ENV_CATALOG_PATH
 GLADE_ENV_MODULE_PATH
+GLADE_ENV_BUNDLED
+GLADE_ENV_ICON_THEME_PATH
+GLADE_ENV_PIXMAP_DIR
+GLADE_ENV_TESTING
 </SECTION>
 
 <SECTION>
 <FILE>glade-property</FILE>
 GladeProperty
+GladePropertyState
 glade_property_new
 glade_property_dup
 glade_property_reset
@@ -636,7 +1002,6 @@ glade_property_sync
 glade_property_load
 glade_property_read
 glade_property_write
-glade_property_get_tooltip
 glade_property_set_sensitive
 glade_property_get_sensitive
 glade_property_set_save_always
@@ -647,11 +1012,21 @@ glade_property_i18n_set_comment
 glade_property_i18n_get_comment
 glade_property_i18n_set_translatable
 glade_property_i18n_get_translatable
-glade_property_i18n_set_has_context
-glade_property_i18n_get_has_context
 glade_property_push_superuser
 glade_property_pop_superuser
 glade_property_superuser
+glade_property_make_string
+glade_property_set_support_warning
+glade_property_set_widget
+glade_property_get_class
+glade_property_get_state
+glade_property_get_support_warning
+glade_property_get_widget
+glade_property_i18n_get_context
+glade_property_i18n_set_context
+glade_property_inline_value
+glade_propert_get_insensitive_tooltip
+glade_property_warn_usage
 <SUBSECTION Standard>
 GLADE_PROPERTY
 GLADE_IS_PROPERTY
@@ -661,12 +1036,98 @@ GLADE_PROPERTY_KLASS
 GLADE_IS_PROPERTY_KLASS
 GLADE_PROPERTY_GET_KLASS
 GladePropertyKlass
+GladePropertyPrivate
+glade_property_state_get_type
+GLADE_TYPE_PROPERTY_STATE
+</SECTION>
+
+<SECTION>
+<FILE>glade-property-label</FILE>
+<TITLE>GladePropertyLabel</TITLE>
+GladePropertyLabel
+glade_property_label_new
+glade_property_label_set_append_colon
+glade_property_label_get_append_colon
+glade_property_label_set_custom_text
+glade_property_label_get_custom_text
+glade_property_label_set_custom_tooltip
+glade_property_label_get_custom_tooltip
+glade_property_label_set_packing
+glade_property_label_get_packing
+glade_property_label_set_property
+glade_property_label_get_property
+glade_property_label_set_property_name
+glade_property_label_get_property_name
+<SUBSECTION Standard>
+GladePropertyLabelClass
+GladePropertyLabelPrivate
+glade_property_label_get_type
+GLADE_PROPERTY_LABEL
+GLADE_PROPERTY_LABEL_CLASS
+GLADE_PROPERTY_LABEL_GET_CLASS
+GLADE_TYPE_PROPERTY_LABEL
+GLADE_IS_PROPERTY_LABEL
+GLADE_IS_PROPERTY_LABEL_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>glade-property-shell</FILE>
+<TITLE>GladePropertyShell</TITLE>
+GladePropertyShell
+glade_property_shell_new
+glade_property_shell_get_custom_text
+glade_property_shell_get_disable_check
+glade_property_shell_get_packing
+glade_property_shell_get_property_name
+glade_property_shell_get_use_command
+glade_property_shell_set_custom_text
+glade_property_shell_set_disable_check
+glade_property_shell_set_packing
+glade_property_shell_set_property_name
+glade_property_shell_set_use_command
+<SUBSECTION Standard>
+GladePropertyShellClass
+GladePropertyShellPrivate
+glade_property_shell_get_type
+GLADE_PROPERTY_SHELL
+GLADE_PROPERTY_SHELL_CLASS
+GLADE_PROPERTY_SHELL_GET_CLASS
+GLADE_TYPE_PROPERTY_SHELL
+GLADE_IS_PROPERTY_SHELL
+GLADE_IS_PROPERTY_SHELL_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>glade-previewer</FILE>
+<TITLE>GladePreviewer</TITLE>
+GladePreviewer
+glade_previewer_connect_function
+glade_previewer_new
+glade_previewer_present
+glade_previewer_screenshot
+glade_previewer_set_css_file
+glade_previewer_set_message
+glade_previewer_set_print_handlers
+glade_previewer_set_screenshot_extension
+glade_previewer_set_slideshow_widgets
+glade_previewer_set_widget
+glade_previewer_slideshow_save
+<SUBSECTION Standard>
+GLADE_TYPE_PREVIEWER
+GLADE_PREVIEWER
+GLADE_PREVIEWER_CLASS
+GLADE_PREVIEWER_GET_CLASS
+GLADE_IS_PREVIEWER
+GLADE_IS_PREVIEWER_CLASS
+glade_previewer_get_type
+GladePreviewerClass
+GladePreviewerPrivate
 </SECTION>
 
 <SECTION>
 <FILE>glade-command</FILE>
-GCSetPropData
 <TITLE>GladeCommand</TITLE>
+GCSetPropData
 GladeCommand
 glade_command_push_group
 glade_command_pop_group
@@ -682,13 +1143,24 @@ glade_command_set_name
 glade_command_delete
 glade_command_create
 glade_command_cut
-glade_command_copy
 glade_command_paste
 glade_command_dnd
 glade_command_add_signal
 glade_command_remove_signal
 glade_command_change_signal
 glade_command_set_i18n
+glade_command_add
+glade_command_description
+glade_command_get_group_depth
+glade_command_group_id
+glade_command_lock_widget
+glade_command_unlock_widget
+glade_command_set_project_domain
+glade_command_set_project_license
+glade_command_set_project_resource_path
+glade_command_set_project_target
+glade_command_set_project_template
+glade_command_set_property_enabled
 <SUBSECTION Standard>
 GLADE_COMMAND
 GLADE_IS_COMMAND
@@ -698,53 +1170,29 @@ GLADE_COMMAND_CLASS
 GLADE_IS_COMMAND_CLASS
 GLADE_COMMAND_GET_CLASS
 GladeCommandClass
-</SECTION>
-
-<SECTION>
-<FILE>glade-parameter</FILE>
-GladeParameter
-glade_parameter_new
-glade_parameter_clone
-glade_parameter_free
-glade_parameter_get_float
-glade_parameter_get_integer
-glade_parameter_get_boolean
-glade_parameter_get_string
-glade_parameter_list_new_from_node
+GladeCommandPrivate
 </SECTION>
 
 <SECTION>
 <FILE>glade-utils</FILE>
-GladeUtilFileDialogType
 GladeUIMessageType
-glade_util_widget_set_tooltip
+GladeUtilFileDialogType
 glade_util_get_type_from_name
 glade_utils_get_pspec_from_funcname
 glade_util_ui_message
 glade_util_flash_message
 glade_util_compare_stock_labels
-glade_util_hide_window
-glade_util_gtk_combo_func
-glade_util_gtk_combo_find
 glade_util_file_dialog_new
 glade_util_replace
 glade_util_read_prop_name
 glade_util_duplicate_underscores
-glade_util_add_selection
-glade_util_remove_selection
-glade_util_has_selection
-glade_util_clear_selection
-glade_util_get_selection
 glade_util_container_get_all_children
 glade_util_count_placeholders
 glade_util_find_iter_by_widget
-glade_util_basenames_match
 glade_util_purify_list
 glade_util_added_in_list
 glade_util_removed_from_list
 glade_util_canonical_path
-glade_util_copy_file
-glade_util_class_implements_interface
 glade_util_load_library
 glade_util_file_is_writeable
 glade_util_have_devhelp
@@ -754,11 +1202,63 @@ glade_util_get_placeholder_from_pointer
 glade_util_object_is_loading
 glade_util_url_show
 glade_util_get_file_mtime
-glade_util_draw_selection_nodes
+glade_util_check_and_warn_scrollable
+glade_util_filename_to_icon_name
+glade_util_icon_name_to_filename
+glade_util_remove_scroll_events
+glade_utils_boolean_from_string
+glade_utils_cairo_draw_line
+glade_utils_cairo_draw_rectangle
+glade_utils_enum_string_from_value
+glade_utils_enum_string_from_value_displayable
+glade_utils_enum_value_from_string
+glade_utils_flags_string_from_value
+glade_utils_flags_string_from_value_displayable
+glade_utils_flags_value_from_string
+glade_utils_get_pointer
+glade_utils_hijack_key_press
+glade_utils_liststore_from_enum_type
+glade_utils_pointer_mode_render_icon
+glade_utils_replace_home_dir_with_tilde
+glade_utils_string_from_value
+glade_utils_value_from_string
+glade_get_displayable_value
+glade_get_value_from_displayable
+glade_type_has_displayable_values
+glade_register_displayable_value
+glade_register_translated_value
+glade_displayable_value_is_disabled
+glade_displayable_value_set_disabled
+glade_path
+glade_path_HEIGHT
+glade_path_WIDTH
+<SUBSECTION Standard>
+glade_ui_message_type_get_type
+glade_util_file_dialog_type_get_type
+GLADE_TYPE_UI_MESSAGE_TYPE
+GLADE_TYPE_UTIL_FILE_DIALOG_TYPE
+GWA_VERSION_CHECK
+GWA_VERSION_SINCE_MAJOR
+GWA_VERSION_SINCE_MINOR
+GPC_VERSION_CHECK
+GSC_VERSION_CHECK
+GWA_DEPRECATED
+GWA_DEPRECATED_SINCE_CHECK
+GWA_DEPRECATED_SINCE_MAJOR
+GWA_DEPRECATED_SINCE_MINOR
+GLADE_DEVHELP_FALLBACK_ICON_FILE
+GLADE_DEVHELP_ICON_NAME
+GLADE_GTKBUILDER_HAS_VERSIONING
+GLADE_GTKBUILDER_VERSIONING_BASE_MAJOR
+GLADE_GTKBUILDER_VERSIONING_BASE_MINOR
 </SECTION>
 
 <SECTION>
 <FILE>glade-xml-utils</FILE>
+glade_xml_load_sym_from_node
+glade_xml_dump_from_context
+glade_xml_get_property_targetable_versions
+glade_xml_get_property_version
 glade_xml_search_child
 glade_xml_search_child_required
 glade_xml_get_content
@@ -778,19 +1278,25 @@ glade_xml_node_set_property_string
 glade_xml_node_set_property_boolean
 glade_xml_node_new
 glade_xml_node_new_comment
+glade_xml_node_copy
 glade_xml_node_delete
 glade_xml_node_get_children
 glade_xml_node_next
 glade_xml_node_verify
 glade_xml_node_verify_silent
 glade_xml_node_get_name
+glade_xml_node_get_parent
 glade_xml_node_append_child
 glade_xml_node_remove
 glade_xml_node_is_comment
 glade_xml_node_next_with_comments
 glade_xml_node_get_children_with_comments
+glade_xml_node_add_next_sibling
+glade_xml_node_add_prev_sibling
+glade_xml_node_prev_with_comments
 glade_xml_doc_get_root
 glade_xml_doc_new
+glade_xml_doc_new_comment
 glade_xml_doc_set_root
 glade_xml_doc_free
 glade_xml_doc_save
@@ -799,7 +1305,6 @@ glade_xml_context_destroy
 glade_xml_context_free
 glade_xml_context_new_from_path
 glade_xml_context_get_doc
-glade_xml_load_sym_from_node
 <SUBSECTION Standard>
 GLADE_XML_CONTEXT
 GLADE_XML_IS_CONTEXT
@@ -830,113 +1335,153 @@ GLADE_XML_TAG_INTERNAL_CHILD
 GLADE_XML_TAG_I18N_TRUE
 GLADE_XML_TAG_SIGNAL_TRUE
 GLADE_XML_TAG_TYPE
-GLADE_TAG_GLADE_CATALOG
-GLADE_TAG_GLADE_WIDGET_CLASSES
-GLADE_TAG_GLADE_WIDGET_CLASS
-GLADE_TAG_GLADE_WIDGET_GROUP
-GLADE_TAG_GLADE_WIDGET_CLASS_REF
+GLADE_XML_TAG_FILENAME
+GLADE_XML_TAG_SIGNAL_FALSE
+GLADE_XML_TAG_SOURCE
+GLADE_XML_TAG_SOURCES
+GLADE_XML_TAG_STOCK_ID
+GLADE_XML_TAG_SWAPPED
+GLADE_XML_TAG_TEMPLATE
+GLADE_XML_TAG_VERSION
+GLADE_TAG_ACTION
+GLADE_TAG_ACTION_ACTIVATE_FUNCTION
+GLADE_TAG_ACTIONS
+GLADE_TAG_ACTION_SUBMENU_FUNCTION
 GLADE_TAG_ADAPTOR
-GLADE_TAG_LIBRARY
-GLADE_TAG_DEPENDS
-GLADE_TAG_DOMAIN
-GLADE_TAG_BOOK
-GLADE_TAG_SIGNAL_NAME
-GLADE_TAG_DEFAULT
-GLADE_TAG_DISABLED
-GLADE_TAG_DEFAULT_PALETTE_STATE
-GLADE_TAG_REPLACE_CHILD_FUNCTION
-GLADE_TAG_DEEP_POST_CREATE_FUNCTION
-GLADE_TAG_POST_CREATE_FUNCTION
-GLADE_TAG_GET_INTERNAL_CHILD_FUNCTION
 GLADE_TAG_ADD_CHILD_FUNCTION
-GLADE_TAG_REMOVE_CHILD_FUNCTION
-GLADE_TAG_GET_CHILDREN_FUNCTION
-GLADE_TAG_CHILD_SET_PROP_FUNCTION
+GLADE_TAG_ADD_CHILD_VERIFY_FUNCTION
+GLADE_TAG_ANARCHIST
+GLADE_TAG_ATK_PROPERTY
+GLADE_TAG_BOOK
+GLADE_TAG_BUILDER_SINCE
+GLADE_TAG_CHILD_ACTION_ACTIVATE_FUNCTION
 GLADE_TAG_CHILD_GET_PROP_FUNCTION
+GLADE_TAG_CHILD_PROPERTY
+GLADE_TAG_CHILD_SET_PROP_FUNCTION
 GLADE_TAG_CHILD_VERIFY_FUNCTION
+GLADE_TAG_COMMENT
+GLADE_TAG_COMMON
+GLADE_TAG_CONSTRUCT_OBJECT_FUNCTION
+GLADE_TAG_CONSTRUCT_ONLY
 GLADE_TAG_CONSTRUCTOR_FUNCTION
-GLADE_TAG_ACTION_ACTIVATE_FUNCTION
-GLADE_TAG_CHILD_ACTION_ACTIVATE_FUNCTION
-GLADE_TAG_READ_WIDGET_FUNCTION
-GLADE_TAG_WRITE_WIDGET_FUNCTION
-GLADE_TAG_READ_CHILD_FUNCTION
-GLADE_TAG_WRITE_CHILD_FUNCTION
+GLADE_TAG_CONTEXT
+GLADE_TAG_CREATE_EDITABLE_FUNCTION
 GLADE_TAG_CREATE_EPROP_FUNCTION
-GLADE_TAG_STRING_FROM_VALUE_FUNCTION
-GLADE_TAG_PROPERTIES
-GLADE_TAG_PACKING_PROPERTIES
-GLADE_TAG_PROPERTY
-GLADE_TAG_ACTIONS
-GLADE_TAG_PACKING_ACTIONS
-GLADE_TAG_ACTION
-GLADE_TAG_TYPE
-GLADE_TAG_SPEC
-GLADE_TAG_TOOLTIP
-GLADE_TAG_PARAMETERS
-GLADE_TAG_PARAMETER
-GLADE_TAG_SET_FUNCTION
-GLADE_TAG_GET_FUNCTION
-GLADE_TAG_VERIFY_FUNCTION
-GLADE_TAG_QUERY
-GLADE_TAG_COMMON
-GLADE_TAG_OPTIONAL
-GLADE_TAG_OPTIONAL_DEFAULT
-GLADE_TAG_VISIBLE
+GLADE_TAG_CREATE_TYPE
+GLADE_TAG_CREATE_WIDGET_FUNCTION
+GLADE_TAG_CUSTOM_LAYOUT
+GLADE_TAG_DEEP_POST_CREATE_FUNCTION
+GLADE_TAG_DEFAULT
+GLADE_TAG_DEFAULT_HEIGHT
+GLADE_TAG_DEFAULT_PALETTE_STATE
+GLADE_TAG_DEFAULT_WIDTH
+GLADE_TAG_DEPENDS
+GLADE_TAG_DEPENDS_FUNCTION
+GLADE_TAG_DEPRECATED
+GLADE_TAG_DEPRECATED_SINCE
+GLADE_TAG_DESTROY_OBJECT_FUNCTION
+GLADE_TAG_DISABLED
+GLADE_TAG_DISPLAYABLE_VALUES
+GLADE_TAG_DOMAIN
+GLADE_TAG_EDITABLE
+GLADE_TAG_EVENT_HANDLER_CONNECTED
 GLADE_TAG_EXPANDED
+GLADE_TAG_FALSE
+GLADE_TAG_FIXED
 GLADE_TAG_GENERIC_NAME
-GLADE_TAG_NAME
-GLADE_TAG_PARENT
-GLADE_TAG_TITLE
+GLADE_TAG_GET_CHILDREN_FUNCTION
+GLADE_TAG_GET_FUNCTION
+GLADE_TAG_GET_INTERNAL_CHILD_FUNCTION
+GLADE_TAG_GET_TYPE_FUNCTION
+GLADE_TAG_GLADE_CATALOG
+GLADE_TAG_GLADE_WIDGET_CLASS
+GLADE_TAG_GLADE_WIDGET_CLASSES
+GLADE_TAG_GLADE_WIDGET_CLASS_REF
+GLADE_TAG_GLADE_WIDGET_GROUP
+GLADE_TAG_HAS_CONTEXT
+GLADE_TAG_ICON_NAME
+GLADE_TAG_ICON_PREFIX
 GLADE_TAG_ID
+GLADE_TAG_IGNORE
+GLADE_TAG_IMPORTANT
+GLADE_TAG_INIT_FUNCTION
+GLADE_TAG_INTERNAL_CHILDREN
 GLADE_TAG_KEY
-GLADE_TAG_VALUE
-GLADE_TAG_TRANSLATABLE
-GLADE_TAG_HAS_CONTEXT
-GLADE_TAG_COMMENT
+GLADE_TAG_LIBRARY
+GLADE_TAG_MAX_VALUE
+GLADE_TAG_MIN_VALUE
+GLADE_TAG_MULTILINE
+GLADE_TAG_NAME
+GLADE_TAG_NEEDS_SYNC
+GLADE_TAG_NICK
+GLADE_TAG_NO
+GLADE_TAG_OPTIONAL
+GLADE_TAG_OPTIONAL_DEFAULT
+GLADE_TAG_PACKING_ACTIONS
 GLADE_TAG_PACKING_DEFAULTS
+GLADE_TAG_PACKING_PROPERTIES
+GLADE_TAG_PARAMETER
+GLADE_TAG_PARAMETERS
+GLADE_TAG_PARENT
 GLADE_TAG_PARENT_CLASS
-GLADE_TAG_CHILD_PROPERTY
-GLADE_TAG_DISPLAYABLE_VALUES
-GLADE_TAG_NICK
-GLADE_TAG_SPECIAL_CHILD_TYPE
+GLADE_TAG_PARENTLESS_WIDGET
+GLADE_TAG_POST_CREATE_FUNCTION
+GLADE_TAG_PROPERTIES
+GLADE_TAG_PROPERTY
+GLADE_TAG_QUERY
+GLADE_TAG_READ_CHILD_FUNCTION
+GLADE_TAG_READ_WIDGET_FUNCTION
+GLADE_TAG_REMOVE_CHILD_FUNCTION
+GLADE_TAG_REPLACE_CHILD_FUNCTION
+GLADE_TAG_RESOURCE
 GLADE_TAG_SAVE
 GLADE_TAG_SAVE_ALWAYS
-GLADE_TAG_EDITABLE
-GLADE_TAG_IGNORE
-GLADE_TAG_VISIBLE_LINES
-GLADE_TAG_RESOURCE
-GLADE_TAG_THEMED_ICON
-GLADE_TAG_INIT_FUNCTION
-GLADE_TAG_ATK_PROPERTY
-GLADE_TAG_FIXED
-GLADE_TAG_TRANSFER_ON_PASTE
-GLADE_TAG_WEIGHT
+GLADE_TAG_SET_FUNCTION
+GLADE_TAG_SIGNAL
+GLADE_TAG_SIGNAL_NAME
+GLADE_TAG_SIGNALS
+GLADE_TAG_SPEC
+GLADE_TAG_SPECIAL_CHILD_TYPE
+GLADE_TAG_SPECIFICATIONS
 GLADE_TAG_STOCK
-GLADE_TAG_GET_TYPE_FUNCTION
+GLADE_TAG_STOCK_ICON
+GLADE_TAG_STRING_FROM_VALUE_FUNCTION
+GLADE_TAG_TARGETABLE
+GLADE_TAG_TEMPLATE_PREFIX
+GLADE_TAG_THEMED_ICON
+GLADE_TAG_TITLE
+GLADE_TAG_TOOLTIP
 GLADE_TAG_TOPLEVEL
-GLADE_TAG_USE_PLACEHOLDERS
-GLADE_TAG_DEFAULT_WIDTH
-GLADE_TAG_DEFAULT_HEIGHT
-GLADE_TAG_EVENT_HANDLER_CONNECTED
-GLADE_TAG_FALSE
+GLADE_TAG_TRANSFER_ON_PASTE
+GLADE_TAG_TRANSLATABLE
 GLADE_TAG_TRUE
+GLADE_TAG_TYPE
+GLADE_TAG_USE_PLACEHOLDERS
+GLADE_TAG_VALUE
+GLADE_TAG_VALUE_TYPE
+GLADE_TAG_VERIFY_FUNCTION
+GLADE_TAG_VERSION
+GLADE_TAG_VERSION_SINCE
+GLADE_TAG_VISIBLE
+GLADE_TAG_VISIBLE_LINES
+GLADE_TAG_WEIGHT
+GLADE_TAG_WRITE_CHILD_FUNCTION
+GLADE_TAG_WRITE_WIDGET_AFTER_FUNCTION
+GLADE_TAG_WRITE_WIDGET_FUNCTION
 GLADE_TAG_YES
-GLADE_TAG_NO
-GLADE_TAG_ICON_PREFIX
-GLADE_TAG_ICON_NAME
-GLADE_TAG_IMPORTANT
 GLADE_ENUM_DATA_TAG
 </SECTION>
 
 <SECTION>
 <FILE>glade-widget-action</FILE>
 <TITLE>GladeWidgetAction</TITLE>
-GWActionClass
 GladeWidgetAction
-glade_widget_action_class_free
-glade_widget_action_class_clone
-glade_widget_action_remove
+glade_widget_action_get_children
+glade_widget_action_get_class
 glade_widget_action_set_sensitive
+glade_widget_action_get_sensitive
+glade_widget_action_get_visible
+glade_widget_action_set_visible
 <SUBSECTION Standard>
 GLADE_WIDGET_ACTION
 GLADE_IS_WIDGET_ACTION
@@ -945,4 +1490,43 @@ glade_widget_action_get_type
 GLADE_WIDGET_ACTION_CLASS
 GLADE_IS_WIDGET_ACTION_CLASS
 GLADE_WIDGET_ACTION_GET_CLASS
+GladeWidgetActionPrivate
+</SECTION>
+
+<SECTION>
+<FILE>gw-action-class</FILE>
+<TITLE>GWActionClass</TITLE>
+GWActionClass
+glade_widget_action_class_new
+glade_widget_action_class_free
+glade_widget_action_class_clone
+glade_widget_action_class_set_important
+glade_widget_action_class_set_label
+glade_widget_action_class_set_stock
+<SUBSECTION Standard>
+</SECTION>
+
+<SECTION>
+<FILE>glade-preview</FILE>
+<TITLE>GladePreview</TITLE>
+GladePreview
+glade_preview_get_pid
+glade_preview_get_widget
+glade_preview_launch
+glade_preview_template_object_new
+glade_preview_update
+QUIT_TOKEN
+QUIT_TOKEN_SIZE
+UPDATE_TOKEN
+UPDATE_TOKEN_SIZE
+<SUBSECTION Standard>
+GladePreviewClass
+GladePreviewPrivate
+GLADE_PREVIEW
+GLADE_IS_PREVIEW
+GLADE_PREVIEW_CLASS
+GLADE_IS_PREVIEW_CLASS
+GLADE_PREVIEW_GET_CLASS
+glade_preview_get_type
+GLADE_TYPE_PREVIEW
 </SECTION>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]