Fri Jan  5 15:47:10 2001  Owen Taylor  <otaylor@redhat.com>

	* glib/glib-sections.txt glib/tmpl/* glib/Makefile.am: Updated.
This commit is contained in:
Owen Taylor 2001-01-05 20:48:43 +00:00 committed by Owen Taylor
parent 993613d296
commit 29cff66fc1
14 changed files with 521 additions and 241 deletions

View File

@ -1,3 +1,7 @@
Fri Jan 5 15:47:10 2001 Owen Taylor <otaylor@redhat.com>
* glib/glib-sections.txt glib/tmpl/* glib/Makefile.am: Updated.
2000-12-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de> 2000-12-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* glib/glib-sections.txt: Added G_MODULE_SUFFIX. * glib/glib-sections.txt: Added G_MODULE_SUFFIX.

View File

@ -17,6 +17,7 @@ IGNORE_HFILES= \
gobject \ gobject \
config.h \ config.h \
gmoduleconf.h \ gmoduleconf.h \
gunibreak.h \
gunidecomp.h \ gunidecomp.h \
gunichartables.h \ gunichartables.h \
glibconfig-sysdefs.h glibconfig-sysdefs.h

View File

@ -42,6 +42,8 @@ gssize
<SUBSECTION Private> <SUBSECTION Private>
gstring gstring
gldouble gldouble
GLIB_SIZEOF_VOID_P
GLIB_SIZEOF_LONG
</SECTION> </SECTION>
<SECTION> <SECTION>
@ -111,6 +113,12 @@ G_STRUCT_MEMBER
G_STRUCT_MEMBER_P G_STRUCT_MEMBER_P
G_STRUCT_OFFSET G_STRUCT_OFFSET
<SUBSECTION>
G_MEM_ALIGN
<SUBSECTION>
G_CONST_RETURN
<SUBSECTION Private> <SUBSECTION Private>
glib_major_version glib_major_version
glib_micro_version glib_micro_version
@ -320,7 +328,8 @@ g_clear_error
<FILE>main</FILE> <FILE>main</FILE>
GMainLoop GMainLoop
g_main_loop_new g_main_loop_new
g_main_loop_destroy g_main_loop_ref
g_main_loop_unref
g_main_loop_run g_main_loop_run
g_main_loop_quit g_main_loop_quit
g_main_loop_is_running g_main_loop_is_running
@ -380,7 +389,7 @@ GSourceCallbackFuncs
g_source_new g_source_new
g_source_ref g_source_ref
g_source_unref g_source_unref
g_source_add g_source_attach
g_source_destroy g_source_destroy
g_source_set_priority g_source_set_priority
g_source_get_priority g_source_get_priority
@ -388,9 +397,9 @@ g_source_set_can_recurse
g_source_get_can_recurse g_source_get_can_recurse
g_source_get_id g_source_get_id
g_source_get_context g_source_get_context
g_source_connect g_source_set_callback
GSourceFunc GSourceFunc
g_source_connect_indirect g_source_set_callback_indirect
g_source_add_poll g_source_add_poll
g_source_remove_poll g_source_remove_poll
g_source_get_current_time g_source_get_current_time
@ -513,9 +522,6 @@ G_THREAD_ECF
G_THREAD_CF G_THREAD_CF
G_THREAD_UF G_THREAD_UF
g_static_mutex_get_mutex_impl g_static_mutex_get_mutex_impl
g_mutex_lock_with_debug_name
g_mutex_trylock_with_debug_name
g_mutex_unlock_with_debug_name
G_MUTEX_DEBUG_MAGIC G_MUTEX_DEBUG_MAGIC
g_thread_init_with_errorcheck_mutexes g_thread_init_with_errorcheck_mutexes
G_LOCK_NAME G_LOCK_NAME
@ -623,6 +629,8 @@ g_renew
g_malloc g_malloc
g_malloc0 g_malloc0
g_realloc g_realloc
g_try_malloc
g_try_realloc
<SUBSECTION> <SUBSECTION>
g_free g_free
@ -635,8 +643,12 @@ g_memmove
g_memdup g_memdup
<SUBSECTION> <SUBSECTION>
GMemVTable
g_mem_set_vtable
<SUBSECTION>
glib_mem_profiler_table
g_mem_profile g_mem_profile
g_mem_check
</SECTION> </SECTION>
@ -784,6 +796,7 @@ g_file_error_quark
<FILE>string_utils</FILE> <FILE>string_utils</FILE>
g_strdup g_strdup
g_strndup g_strndup
g_strdupv
g_strnfill g_strnfill
<SUBSECTION> <SUBSECTION>
@ -908,6 +921,19 @@ g_date_valid_year
g_date_valid_dmy g_date_valid_dmy
g_date_valid_julian g_date_valid_julian
g_date_valid_weekday g_date_valid_weekday
<SUBSECTION Private>
g_date_weekday
g_date_month
g_date_year
g_date_day
g_date_julian
g_date_day_of_year
g_date_monday_week_of_year
g_date_sunday_week_of_year
g_date_days_in_month
g_date_monday_weeks_in_year
g_date_sunday_weeks_in_year
</SECTION> </SECTION>
<SECTION> <SECTION>
@ -1011,6 +1037,10 @@ GDebugKey
GVoidFunc GVoidFunc
GFreeFunc GFreeFunc
<SUBSECTION>
GCompareFuncData
g_qsort_with_data
<SUBSECTION Private> <SUBSECTION Private>
G_NATIVE_ATEXIT G_NATIVE_ATEXIT
g_ATEXIT g_ATEXIT
@ -1105,11 +1135,12 @@ G_MODULE_IMPORT
GCompletion GCompletion
g_completion_new g_completion_new
GCompletionFunc GCompletionFunc
GCompletionStrcmpFunc
g_completion_add_items g_completion_add_items
g_completion_remove_items g_completion_remove_items
g_completion_clear_items g_completion_clear_items
g_completion_complete g_completion_complete
g_completion_set_compare
GCompletionStrncmpFunc
g_completion_free g_completion_free
</SECTION> </SECTION>
@ -1689,6 +1720,8 @@ g_unichar_digit_value
g_unichar_xdigit_value g_unichar_xdigit_value
GUnicodeType GUnicodeType
g_unichar_type g_unichar_type
GUnicodeBreakType
g_unichar_break_type
g_unicode_canonical_ordering g_unicode_canonical_ordering
g_unicode_canonical_decomposition g_unicode_canonical_decomposition
@ -1709,6 +1742,7 @@ g_utf8_validate
<SUBSECTION> <SUBSECTION>
g_utf8_to_utf16 g_utf8_to_utf16
g_utf8_to_ucs4 g_utf8_to_ucs4
g_utf8_to_ucs4_fast
g_utf16_to_ucs4 g_utf16_to_ucs4
g_utf16_to_utf8 g_utf16_to_utf8
g_ucs4_to_utf16 g_ucs4_to_utf16

View File

@ -112,6 +112,26 @@ This string should be freed when no longer needed.
not be changed. not be changed.
<!-- ##### FUNCTION g_completion_set_compare ##### -->
<para>
</para>
@cmp:
@strncmp_func:
<!-- ##### USER_FUNCTION GCompletionStrncmpFunc ##### -->
<para>
</para>
@s1:
@s2:
@n:
@Returns:
<!-- ##### FUNCTION g_completion_free ##### --> <!-- ##### FUNCTION g_completion_free ##### -->
<para> <para>
Frees all memory used by the #GCompletion. Frees all memory used by the #GCompletion.

View File

@ -90,6 +90,9 @@ Character Set Conversion
</para> </para>
@opsysstring: @opsysstring:
@len:
@bytes_read:
@bytes_written:
@error: @error:
@Returns: @Returns:
@ -100,6 +103,9 @@ Character Set Conversion
</para> </para>
@opsysstring: @opsysstring:
@len:
@bytes_read:
@bytes_written:
@error: @error:
@Returns: @Returns:
@ -110,6 +116,9 @@ Character Set Conversion
</para> </para>
@utf8string: @utf8string:
@len:
@bytes_read:
@bytes_written:
@error: @error:
@Returns: @Returns:
@ -120,6 +129,9 @@ Character Set Conversion
</para> </para>
@utf8string: @utf8string:
@len:
@bytes_read:
@bytes_written:
@error: @error:
@Returns: @Returns:

View File

@ -1,19 +1,60 @@
<!-- ##### FUNCTION g_source_connect_indirect ##### --> <!-- ##### FUNCTION g_mem_check ##### -->
<para>
Checks if the given memory has already been freed. If it has it outputs
a warning message.
To use this function you must configure glib with the flag
'--enable-mem-check=yes' before compiling.
</para>
@mem: the memory to check.
<!-- ##### FUNCTION g_main_remove_poll ##### -->
<para>
Removes a file descriptor from the list being polled.
</para>
@fd: the #GPollFD to remove.
<!-- ##### FUNCTION g_source_connect ##### -->
<para> <para>
</para> </para>
@source: @source:
@callback_data: @func:
@callback_funcs: @data:
@notify:
<!-- ##### MACRO popen ##### --> <!-- ##### MACRO lseek ##### -->
<para> <para>
</para> </para>
<!-- ##### MACRO pclose ##### --> <!-- ##### FUNCTION g_main_loop_destroy ##### -->
<para>
</para>
@loop:
<!-- ##### USER_FUNCTION GCompletionStrcmpFunc ##### -->
<para>
</para>
@s1:
@s2:
@Returns:
<!-- ##### FUNCTION g_convert_error_quark ##### -->
<para>
</para>
@Returns:
<!-- ##### MACRO write ##### -->
<para> <para>
</para> </para>
@ -35,13 +76,35 @@ the results may be needed.
See #G_PRIORITY_DEFAULT, #G_PRIORITY_DEFAULT_IDLE, #G_PRIORITY_HIGH, See #G_PRIORITY_DEFAULT, #G_PRIORITY_DEFAULT_IDLE, #G_PRIORITY_HIGH,
#G_PRIORITY_HIGH_IDLE, and #G_PRIORITY_LOW. #G_PRIORITY_HIGH_IDLE, and #G_PRIORITY_LOW.
<!-- ##### MACRO lseek ##### --> <!-- ##### MACRO pclose ##### -->
<para> <para>
</para> </para>
<!-- ##### MACRO getpid ##### --> <!-- ##### FUNCTION g_source_connect_indirect ##### -->
<para>
</para>
@source:
@callback_data:
@callback_funcs:
<!-- ##### MACRO g_string ##### -->
<para>
Turns the argument into a string literal by using the '#' stringizing operator.
</para>
@x: text to convert to a literal string.
<!-- ##### MACRO popen ##### -->
<para>
</para>
<!-- ##### MACRO access ##### -->
<para> <para>
</para> </para>
@ -60,7 +123,13 @@ priority are stored in the order in which they were added.
type of source. type of source.
@Returns: TRUE if an event source was found and removed. @Returns: TRUE if an event source was found and removed.
<!-- ##### MACRO close ##### --> <!-- ##### MACRO open ##### -->
<para>
</para>
<!-- ##### MACRO getpid ##### -->
<para> <para>
</para> </para>
@ -86,24 +155,11 @@ type of source.
</para> </para>
<!-- ##### USER_FUNCTION GCompletionStrcmpFunc ##### --> <!-- ##### MACRO close ##### -->
<para> <para>
</para> </para>
@s1:
@s2:
@Returns:
<!-- ##### FUNCTION g_source_connect ##### -->
<para>
</para>
@source:
@func:
@data:
@notify:
<!-- ##### MACRO getcwd ##### --> <!-- ##### MACRO getcwd ##### -->
<para> <para>
@ -111,32 +167,12 @@ type of source.
</para> </para>
<!-- ##### MACRO write ##### --> <!-- ##### MACRO read ##### -->
<para> <para>
</para> </para>
<!-- ##### FUNCTION g_main_remove_poll ##### -->
<para>
Removes a file descriptor from the list being polled.
</para>
@fd: the #GPollFD to remove.
<!-- ##### MACRO access ##### -->
<para>
</para>
<!-- ##### MACRO g_string ##### -->
<para>
Turns the argument into a string literal by using the '#' stringizing operator.
</para>
@x: text to convert to a literal string.
<!-- ##### FUNCTION g_main_win32_get_poll_func ##### --> <!-- ##### FUNCTION g_main_win32_get_poll_func ##### -->
<para> <para>
@ -144,22 +180,3 @@ Turns the argument into a string literal by using the '#' stringizing operator.
@Returns: @Returns:
<!-- ##### MACRO read ##### -->
<para>
</para>
<!-- ##### FUNCTION g_convert_error_quark ##### -->
<para>
</para>
@Returns:
<!-- ##### MACRO open ##### -->
<para>
</para>

View File

@ -226,3 +226,17 @@ Returns the offset, in bytes, of a member of a struct.
@Returns: the offset of @member from the start of @struct_type. @Returns: the offset of @member from the start of @struct_type.
<!-- ##### MACRO G_MEM_ALIGN ##### -->
<para>
</para>
<!-- ##### MACRO G_CONST_RETURN ##### -->
<para>
</para>

View File

@ -66,7 +66,6 @@ only one statement is expected by the compiler.
Portable way to copy <type>va_list</type> variables. Portable way to copy <type>va_list</type> variables.
</para> </para>
<!-- # Unused Parameters # -->
@ap1: the <type>va_list</type> variable to place a copy of @ap2 in. @ap1: the <type>va_list</type> variable to place a copy of @ap2 in.
@ap2: a <type>va_list</type>. @ap2: a <type>va_list</type>.

View File

@ -119,7 +119,16 @@ of a GLib or GTK+ application.
@Returns: @Returns:
<!-- ##### FUNCTION g_main_loop_destroy ##### --> <!-- ##### FUNCTION g_main_loop_ref ##### -->
<para>
</para>
@loop:
@Returns:
<!-- ##### FUNCTION g_main_loop_unref ##### -->
<para> <para>
</para> </para>
@ -673,6 +682,16 @@ the required condition has been met, and returns TRUE if so.
@source: @source:
<!-- ##### FUNCTION g_source_attach ##### -->
<para>
</para>
@source:
@context:
@Returns:
<!-- ##### FUNCTION g_source_destroy ##### --> <!-- ##### FUNCTION g_source_destroy ##### -->
<para> <para>
@ -735,6 +754,17 @@ the required condition has been met, and returns TRUE if so.
@Returns: @Returns:
<!-- ##### FUNCTION g_source_set_callback ##### -->
<para>
</para>
@source:
@func:
@data:
@notify:
<!-- ##### USER_FUNCTION GSourceFunc ##### --> <!-- ##### USER_FUNCTION GSourceFunc ##### -->
<para> <para>
Specifies the type of function passed to g_timeout_add(), g_timeout_add_full(), Specifies the type of function passed to g_timeout_add(), g_timeout_add_full(),
@ -746,6 +776,16 @@ of the above functions.
@Returns: it should return FALSE if the source should be removed. @Returns: it should return FALSE if the source should be removed.
<!-- ##### FUNCTION g_source_set_callback_indirect ##### -->
<para>
</para>
@source:
@callback_data:
@callback_funcs:
<!-- ##### FUNCTION g_source_add_poll ##### --> <!-- ##### FUNCTION g_source_add_poll ##### -->
<para> <para>

View File

@ -104,6 +104,25 @@ have been moved.
@size: the new size of the allocated memory, in bytes. @size: the new size of the allocated memory, in bytes.
<!-- ##### FUNCTION g_try_malloc ##### -->
<para>
</para>
@n_bytes:
@Returns:
<!-- ##### FUNCTION g_try_realloc ##### -->
<para>
</para>
@mem:
@n_bytes:
@Returns:
<!-- ##### FUNCTION g_free ##### --> <!-- ##### FUNCTION g_free ##### -->
<para> <para>
Frees the memory pointed to by @mem. Frees the memory pointed to by @mem.
@ -150,6 +169,32 @@ from @mem. If @mem is NULL it returns NULL.
is NULL. is NULL.
<!-- ##### STRUCT GMemVTable ##### -->
<para>
</para>
@malloc:
@realloc:
@free:
@calloc:
@try_malloc:
@try_realloc:
<!-- ##### FUNCTION g_mem_set_vtable ##### -->
<para>
</para>
@vtable:
<!-- ##### VARIABLE glib_mem_profiler_table ##### -->
<para>
</para>
<!-- ##### FUNCTION g_mem_profile ##### --> <!-- ##### FUNCTION g_mem_profile ##### -->
<para> <para>
Outputs a summary of memory usage. Outputs a summary of memory usage.
@ -166,14 +211,3 @@ still in use.
<!-- ##### FUNCTION g_mem_check ##### -->
<para>
Checks if the given memory has already been freed. If it has it outputs
a warning message.
To use this function you must configure glib with the flag
'--enable-mem-check=yes' before compiling.
</para>
@mem: the memory to check.

View File

@ -278,3 +278,26 @@ and has no return value. It is not currently used in GLib or GTK+.
@data: @data:
<!-- ##### USER_FUNCTION GCompareFuncData ##### -->
<para>
</para>
@a:
@b:
@user_data:
@Returns:
<!-- ##### FUNCTION g_qsort_with_data ##### -->
<para>
</para>
@pbase:
@total_elems:
@size:
@compare_func:
@user_data:

View File

@ -39,6 +39,15 @@ The returned value should be freed when no longer needed.
null-terminated. null-terminated.
<!-- ##### FUNCTION g_strdupv ##### -->
<para>
</para>
@str_array:
@Returns:
<!-- ##### FUNCTION g_strnfill ##### --> <!-- ##### FUNCTION g_strnfill ##### -->
<para> <para>
Creates a new string @length characters long filled with @fill_char. Creates a new string @length characters long filled with @fill_char.

View File

@ -251,6 +251,50 @@ Unicode Manipulation
@Returns: @Returns:
<!-- ##### ENUM GUnicodeBreakType ##### -->
<para>
</para>
@G_UNICODE_BREAK_MANDATORY:
@G_UNICODE_BREAK_CARRIAGE_RETURN:
@G_UNICODE_BREAK_LINE_FEED:
@G_UNICODE_BREAK_COMBINING_MARK:
@G_UNICODE_BREAK_SURROGATE:
@G_UNICODE_BREAK_ZERO_WIDTH_SPACE:
@G_UNICODE_BREAK_INSEPARABLE:
@G_UNICODE_BREAK_NON_BREAKING_GLUE:
@G_UNICODE_BREAK_CONTINGENT:
@G_UNICODE_BREAK_SPACE:
@G_UNICODE_BREAK_AFTER:
@G_UNICODE_BREAK_BEFORE:
@G_UNICODE_BREAK_BEFORE_AND_AFTER:
@G_UNICODE_BREAK_HYPHEN:
@G_UNICODE_BREAK_NON_STARTER:
@G_UNICODE_BREAK_OPEN_PUNCTUATION:
@G_UNICODE_BREAK_CLOSE_PUNCTUATION:
@G_UNICODE_BREAK_QUOTATION:
@G_UNICODE_BREAK_EXCLAMATION:
@G_UNICODE_BREAK_IDEOGRAPHIC:
@G_UNICODE_BREAK_NUMERIC:
@G_UNICODE_BREAK_INFIX_SEPARATOR:
@G_UNICODE_BREAK_SYMBOL:
@G_UNICODE_BREAK_ALPHABETIC:
@G_UNICODE_BREAK_PREFIX:
@G_UNICODE_BREAK_POSTFIX:
@G_UNICODE_BREAK_COMPLEX_CONTEXT:
@G_UNICODE_BREAK_AMBIGUOUS:
@G_UNICODE_BREAK_UNKNOWN:
<!-- ##### FUNCTION g_unichar_break_type ##### -->
<para>
</para>
@c:
@Returns:
<!-- ##### FUNCTION g_unicode_canonical_ordering ##### --> <!-- ##### FUNCTION g_unicode_canonical_ordering ##### -->
<para> <para>
@ -403,6 +447,9 @@ Unicode Manipulation
@str: @str:
@len: @len:
@items_read:
@items_written:
@error:
@Returns: @Returns:
@ -413,6 +460,20 @@ Unicode Manipulation
@str: @str:
@len: @len:
@items_read:
@items_written:
@error:
@Returns:
<!-- ##### FUNCTION g_utf8_to_ucs4_fast ##### -->
<para>
</para>
@str:
@len:
@items_written:
@Returns: @Returns:
@ -423,6 +484,9 @@ Unicode Manipulation
@str: @str:
@len: @len:
@items_read:
@items_written:
@error:
@Returns: @Returns:
@ -433,6 +497,9 @@ Unicode Manipulation
@str: @str:
@len: @len:
@items_read:
@items_written:
@error:
@Returns: @Returns:
@ -443,6 +510,9 @@ Unicode Manipulation
@str: @str:
@len: @len:
@items_read:
@items_written:
@error:
@Returns: @Returns:
@ -453,6 +523,9 @@ Unicode Manipulation
@str: @str:
@len: @len:
@items_read:
@items_written:
@error:
@Returns: @Returns:

View File

@ -1,69 +1,3 @@
<!-- ##### FUNCTION g_type_conforms_to ##### -->
<para>
</para>
@type:
@iface_type:
@Returns:
<!-- ##### FUNCTION g_object_class_install_param ##### -->
<para>
</para>
@oclass:
@param_id:
@pspec:
<!-- ##### FUNCTION g_param_spec_hash_table_insert ##### -->
<para>
</para>
@hash_table:
@pspec:
@owner_type:
<!-- ##### SECTION ./tmpl/gtypemodule.sgml.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### MACRO G_IS_PARAM_VALUE ##### -->
<para>
</para>
@pspec:
@value:
<!-- ##### FUNCTION g_type_instance_conforms_to ##### -->
<para>
</para>
@instance:
@iface_type:
@Returns:
<!-- ##### FUNCTION g_object_get_param ##### -->
<para>
</para>
@object:
@param_name:
@value:
<!-- ##### USER_FUNCTION GTypePluginRef ##### -->
<para>
</para>
@plugin:
<!-- ##### FUNCTION g_object_set_param ##### --> <!-- ##### FUNCTION g_object_set_param ##### -->
<para> <para>
@ -73,28 +7,13 @@
@param_name: @param_name:
@value: @value:
<!-- ##### USER_FUNCTION GObjectGetParamFunc ##### --> <!-- ##### FUNCTION g_param_spec_hash_table_remove ##### -->
<para> <para>
</para> </para>
@object: @hash_table:
@param_id:
@value:
@pspec: @pspec:
@trailer:
<!-- ##### ENUM GSignalType ##### -->
<para>
</para>
@G_SIGNAL_RUN_FIRST:
@G_SIGNAL_RUN_LAST:
@G_SIGNAL_RUN_CLEANUP:
@G_SIGNAL_NO_RECURSE:
@G_SIGNAL_ACTION:
@G_SIGNAL_NO_HOOKS:
<!-- ##### SECTION ./tmpl/gtypemodule.sgml.sgml:Long_Description ##### --> <!-- ##### SECTION ./tmpl/gtypemodule.sgml.sgml:Long_Description ##### -->
<para> <para>
@ -102,31 +21,40 @@
</para> </para>
<!-- ##### FUNCTION g_signal_type_closure_new ##### --> <!-- ##### USER_FUNCTION GTypePluginUnRef ##### -->
<para>
</para>
@plugin:
<!-- ##### FUNCTION g_signals_destroy ##### -->
<para> <para>
</para> </para>
@itype: @itype:
@struct_offset:
@Returns:
<!-- ##### FUNCTION g_object_class_find_param_spec ##### --> <!-- ##### FUNCTION g_param_spec_hash_table_new ##### -->
<para> <para>
</para> </para>
@oclass:
@param_name:
@Returns: @Returns:
<!-- ##### FUNCTION g_object_queue_param_changed ##### --> <!-- ##### SECTION ./tmpl/gtypemodule.sgml.sgml:Short_Description ##### -->
<!-- ##### STRUCT GTypePluginVTable ##### -->
<para> <para>
</para> </para>
@object: @plugin_ref:
@param_name: @plugin_unref:
@complete_type_info:
@complete_interface_info:
<!-- ##### FUNCTION g_signal_connect_closure ##### --> <!-- ##### FUNCTION g_signal_connect_closure ##### -->
<para> <para>
@ -140,27 +68,82 @@
@after: @after:
@Returns: @Returns:
<!-- ##### SECTION ./tmpl/gtypemodule.sgml.sgml:Title ##### --> <!-- ##### FUNCTION g_signal_type_closure_new ##### -->
gtypemodule.sgml <para>
</para>
@itype:
@struct_offset:
@Returns:
<!-- ##### MACRO G_WARN_INVALID_PARAM_ID ##### -->
<para>
</para>
@object:
@param_id:
@pspec:
<!-- ##### ENUM GSignalType ##### -->
<para>
</para>
@G_SIGNAL_RUN_FIRST:
@G_SIGNAL_RUN_LAST:
@G_SIGNAL_RUN_CLEANUP:
@G_SIGNAL_NO_RECURSE:
@G_SIGNAL_ACTION:
@G_SIGNAL_NO_HOOKS:
<!-- ##### FUNCTION g_param_spec_hash_table_insert ##### -->
<para>
</para>
@hash_table:
@pspec:
@owner_type:
<!-- ##### USER_FUNCTION GTypePluginFillTypeInfo ##### -->
<para>
</para>
@plugin:
@g_type:
@info:
@value_table:
<!-- ##### SECTION ./tmpl/gtypemodule.sgml.sgml:See_Also ##### -->
<para>
</para>
<!-- ##### USER_FUNCTION GTypePluginUnRef ##### --> <!-- ##### USER_FUNCTION GTypePluginRef ##### -->
<para> <para>
</para> </para>
@plugin: @plugin:
<!-- ##### FUNCTION g_param_spec_hash_table_lookup ##### --> <!-- ##### FUNCTION g_signal_handlers_destroy ##### -->
<para> <para>
</para> </para>
@hash_table: @instance:
@param_name:
@owner_type: <!-- ##### FUNCTION g_type_instance_conforms_to ##### -->
@try_ancestors: <para>
@trailer:
</para>
@instance:
@iface_type:
@Returns: @Returns:
<!-- ##### USER_FUNCTION GObjectSetParamFunc ##### --> <!-- ##### USER_FUNCTION GObjectSetParamFunc ##### -->
@ -174,22 +157,6 @@ gtypemodule.sgml
@pspec: @pspec:
@trailer: @trailer:
<!-- ##### FUNCTION g_type_value_conforms_to ##### -->
<para>
</para>
@value:
@type:
@Returns:
<!-- ##### FUNCTION g_signal_handlers_destroy ##### -->
<para>
</para>
@instance:
<!-- ##### FUNCTION g_type_is_dynamic ##### --> <!-- ##### FUNCTION g_type_is_dynamic ##### -->
<para> <para>
@ -199,32 +166,90 @@ gtypemodule.sgml
@flags: @flags:
@Returns: @Returns:
<!-- ##### USER_FUNCTION GTypePluginFillTypeInfo ##### --> <!-- ##### FUNCTION g_type_value_conforms_to ##### -->
<para> <para>
</para> </para>
@plugin: @value:
@g_type: @type:
@info: @Returns:
@value_table:
<!-- ##### FUNCTION g_signals_destroy ##### --> <!-- ##### FUNCTION g_param_spec_hash_table_lookup ##### -->
<para> <para>
</para> </para>
@itype: @hash_table:
@param_name:
@owner_type:
@try_ancestors:
@trailer:
@Returns:
<!-- ##### STRUCT GTypePluginVTable ##### --> <!-- ##### SECTION ./tmpl/gtypemodule.sgml.sgml:Title ##### -->
gtypemodule.sgml
<!-- ##### FUNCTION g_object_queue_param_changed ##### -->
<para> <para>
</para> </para>
@plugin_ref: @object:
@plugin_unref: @param_name:
@complete_type_info:
@complete_interface_info: <!-- ##### USER_FUNCTION GObjectGetParamFunc ##### -->
<para>
</para>
@object:
@param_id:
@value:
@pspec:
@trailer:
<!-- ##### MACRO G_IS_PARAM_VALUE ##### -->
<para>
</para>
@pspec:
@value:
<!-- ##### FUNCTION g_object_class_install_param ##### -->
<para>
</para>
@oclass:
@param_id:
@pspec:
<!-- ##### MACRO G_NOTIFY_PRIORITY ##### -->
<para>
</para>
<!-- ##### FUNCTION g_object_get_param ##### -->
<para>
</para>
@object:
@param_name:
@value:
<!-- ##### FUNCTION g_type_conforms_to ##### -->
<para>
</para>
@type:
@iface_type:
@Returns:
<!-- ##### USER_FUNCTION GTypePluginFillInterfaceInfo ##### --> <!-- ##### USER_FUNCTION GTypePluginFillInterfaceInfo ##### -->
<para> <para>
@ -236,37 +261,12 @@ gtypemodule.sgml
@instance_type: @instance_type:
@info: @info:
<!-- ##### MACRO G_NOTIFY_PRIORITY ##### --> <!-- ##### FUNCTION g_object_class_find_param_spec ##### -->
<para>
</para>
<!-- ##### MACRO G_WARN_INVALID_PARAM_ID ##### -->
<para>
</para>
@object:
@param_id:
@pspec:
<!-- ##### SECTION ./tmpl/gtypemodule.sgml.sgml:Short_Description ##### -->
<!-- ##### FUNCTION g_param_spec_hash_table_new ##### -->
<para> <para>
</para> </para>
@oclass:
@param_name:
@Returns: @Returns:
<!-- ##### FUNCTION g_param_spec_hash_table_remove ##### -->
<para>
</para>
@hash_table:
@pspec: