grim/guifications3

Parents 2f1ad7588ca8
Children e9b2ebf5c4a0
added some unused stuff to gflib-sections, which caused a whole bunch of templates to get updated
--- a/gflib/doc/gflib/gflib-sections.txt Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/gflib-sections.txt Sun Oct 11 01:50:15 2009 -0500
@@ -1,3 +1,5 @@
+<INCLUDE>gflib/gf_lib.h</INCLUDE>
+
<SECTION>
<FILE>gf_event_info</FILE>
<TITLE>GfEventInfo</TITLE>
@@ -6,14 +8,14 @@
gf_event_info_set_value
gf_event_info_get_value
<SUBSECTION Standard>
-gf_event_info_get_type
-GfEventInfoClass
GF_EVENT_INFO
+GF_EVENT_INFO_CLASS
+GF_EVENT_INFO_GET_CLASS
GF_IS_EVENT_INFO
+GF_IS_EVENT_INFO_CLASS
GF_TYPE_EVENT_INFO
-GF_EVENT_INFO_CLASS
-GF_IS_EVENT_INFO_CLASS
-GF_EVENT_INFO_GET_CLASS
+GfEventInfoClass
+gf_event_info_get_type
</SECTION>
<SECTION>
@@ -490,6 +492,7 @@
<TITLE>GfLog</TITLE>
GfLogLevel
gf_log
+gf_log_add_g_log_handlers
gf_log_critical
gf_log_event
gf_log_g_log_handler
@@ -595,9 +598,25 @@
<SECTION>
<FILE>gf_type</FILE>
<TITLE>GfType</TITLE>
+GfTypeParseContext
+GfTypeParser
gf_type_children
gf_type_concrete_children
gf_type_interface_implementors
+gf_type_parse_context_get_destroy_notify
+gf_type_parse_context_get_parser
+gf_type_parse_context_new
+gf_type_parse_context_parse
+gf_type_parse_context_get_user_data
+<SUBSECTION Standard>
+GF_IS_TYPE_PARSE_CONTEXT
+GF_IS_TYPE_PARSE_CONTEXT_CLASS
+GF_TYPE_PARSE_CONTEXT
+GF_TYPE_PARSE_CONTEXT_CLASS
+GF_TYPE_PARSE_CONTEXT_GET_CLASS
+GF_TYPE_TYPE_PARSE_CONTEXT
+GfTypeParseContextClass
+gf_type_parse_context_get_type
</SECTION>
<SECTION>
@@ -640,12 +659,15 @@
<FILE>gf_client</FILE>
<TITLE>GfClient</TITLE>
GfClient
+gf_client_get_connection
+gf_client_set_connection
<SUBSECTION Standard>
GF_IS_CLIENT
GF_IS_CLIENT_CLASS
GF_CLIENT
GF_CLIENT_CLASS
GF_CLIENT_GET_CLASS
+GF_TYPE_CLIENT
GfClientClass
gf_client_get_type
</SECTION>
--- a/gflib/doc/gflib/tmpl/gf_client.sgml Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/tmpl/gf_client.sgml Sun Oct 11 01:50:15 2009 -0500
@@ -29,3 +29,21 @@
The #GfClientConnection that this client is using.
</para>
+<!-- ##### FUNCTION gf_client_get_connection ##### -->
+<para>
+
+</para>
+
+@client:
+@Returns:
+
+
+<!-- ##### FUNCTION gf_client_set_connection ##### -->
+<para>
+
+</para>
+
+@client:
+@connection:
+
+
--- a/gflib/doc/gflib/tmpl/gf_connection.sgml Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/tmpl/gf_connection.sgml Sun Oct 11 01:50:15 2009 -0500
@@ -77,6 +77,11 @@
</para>
+<!-- ##### ARG GfConnection:state ##### -->
+<para>
+
+</para>
+
<!-- ##### ENUM GfConnectionState ##### -->
<para>
--- a/gflib/doc/gflib/tmpl/gf_log.sgml Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/tmpl/gf_log.sgml Sun Oct 11 01:50:15 2009 -0500
@@ -42,6 +42,13 @@
@args:
+<!-- ##### FUNCTION gf_log_add_g_log_handlers ##### -->
+<para>
+
+</para>
+
+
+
<!-- ##### FUNCTION gf_log_critical ##### -->
<para>
--- a/gflib/doc/gflib/tmpl/gf_native_plugin.sgml Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/tmpl/gf_native_plugin.sgml Sun Oct 11 01:50:15 2009 -0500
@@ -22,12 +22,19 @@
The current ABI version for all native plugins.
</para>
+
+
<!-- ##### STRUCT GfNativePlugin ##### -->
<para>
#GfNativePlugin is an opaque data structure and should not be used
directly.
</para>
+@parent:
+@_gf_reserved1:
+@_gf_reserved2:
+@_gf_reserved3:
+@_gf_reserved4:
<!-- ##### FUNCTION gf_native_plugin_add_interface ##### -->
<para>
--- a/gflib/doc/gflib/tmpl/gf_plugin.sgml Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/tmpl/gf_plugin.sgml Sun Oct 11 01:50:15 2009 -0500
@@ -33,6 +33,11 @@
</para>
+<!-- ##### ARG GfPlugin:state ##### -->
+<para>
+
+</para>
+
<!-- ##### ENUM GfPluginState ##### -->
<para>
--- a/gflib/doc/gflib/tmpl/gf_plugin_loader.sgml Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/tmpl/gf_plugin_loader.sgml Sun Oct 11 01:50:15 2009 -0500
@@ -31,6 +31,15 @@
directly.
</para>
+@gparent:
+@supported_extensions:
+@query:
+@load:
+@unload:
+@_gf_reserved_1:
+@_gf_reserved_2:
+@_gf_reserved_3:
+@_gf_reserved_4:
<!-- ##### FUNCTION gf_plugin_loader_get_supported_extensions ##### -->
<para>
--- a/gflib/doc/gflib/tmpl/gf_preferences_proxy.sgml Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/tmpl/gf_preferences_proxy.sgml Sun Oct 11 01:50:15 2009 -0500
@@ -18,12 +18,18 @@
<!-- ##### SECTION Stability_Level ##### -->
+
<!-- ##### STRUCT GfPreferencesProxy ##### -->
<para>
#GfPreferencesProxy is an opaque data structure and should not be used
directly.
</para>
+@gparent:
+@_gf_reserved1:
+@_gf_reserved2:
+@_gf_reserved3:
+@_gf_reserved4:
<!-- ##### FUNCTION gf_preferences_proxy_add_engine ##### -->
<para>
--- a/gflib/doc/gflib/tmpl/gf_preferences_proxy_entry.sgml Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/tmpl/gf_preferences_proxy_entry.sgml Sun Oct 11 01:50:15 2009 -0500
@@ -17,12 +17,18 @@
<!-- ##### SECTION Stability_Level ##### -->
+
<!-- ##### STRUCT GfPreferencesProxyEntry ##### -->
<para>
#GfPreferencesProxyEntry is an opaque data structure and should not be used
directly.
</para>
+@parent:
+@_gf_reserved1:
+@_gf_reserved2:
+@_gf_reserved3:
+@_gf_reserved4:
<!-- ##### FUNCTION gf_preferences_proxy_entry_get_engine ##### -->
<para>
--- a/gflib/doc/gflib/tmpl/gf_type.sgml Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/tmpl/gf_type.sgml Sun Oct 11 01:50:15 2009 -0500
@@ -18,6 +18,27 @@
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### STRUCT GfTypeParseContext ##### -->
+<para>
+
+</para>
+
+@parent:
+@_gf_reserved_1:
+@_gf_reserved_2:
+@_gf_reserved_3:
+@_gf_reserved_4:
+
+<!-- ##### STRUCT GfTypeParser ##### -->
+<para>
+
+</para>
+
+@start_object:
+@end_object:
+@param:
+@signal:
+
<!-- ##### FUNCTION gf_type_children ##### -->
<para>
@@ -48,3 +69,50 @@
@Returns:
+<!-- ##### FUNCTION gf_type_parse_context_get_destroy_notify ##### -->
+<para>
+
+</para>
+
+@ctx:
+@Returns:
+
+
+<!-- ##### FUNCTION gf_type_parse_context_get_parser ##### -->
+<para>
+
+</para>
+
+@ctx:
+@Returns:
+
+
+<!-- ##### FUNCTION gf_type_parse_context_new ##### -->
+<para>
+
+</para>
+
+@parser:
+@data:
+@destroy_notify:
+@Returns:
+
+
+<!-- ##### FUNCTION gf_type_parse_context_parse ##### -->
+<para>
+
+</para>
+
+@ctx:
+@type:
+
+
+<!-- ##### FUNCTION gf_type_parse_context_get_user_data ##### -->
+<para>
+
+</para>
+
+@ctx:
+@Returns:
+
+
--- a/gflib/doc/gflib/tmpl/gflib-unused.sgml Sun Oct 11 01:49:50 2009 -0500
+++ b/gflib/doc/gflib/tmpl/gflib-unused.sgml Sun Oct 11 01:50:15 2009 -0500
@@ -210,12 +210,6 @@
</para>
-<!-- ##### ARG GfConnection:state ##### -->
-<para>
-
-</para>
-
-
<!-- ##### STRUCT GfDispatcher ##### -->
@@ -256,12 +250,6 @@
@feed_pool: The #GfFeedPool which received the signal.
@feed: The #GfFeed that was unregistered.
-<!-- ##### ARG GfPlugin:state ##### -->
-<para>
-
-</para>
-
-
<!-- ##### FUNCTION gf_connection_get_feed_pool ##### -->
<para>