mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Updated.
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:
parent
993613d296
commit
29cff66fc1
@ -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>
|
||||
|
||||
* glib/glib-sections.txt: Added G_MODULE_SUFFIX.
|
||||
|
@ -17,6 +17,7 @@ IGNORE_HFILES= \
|
||||
gobject \
|
||||
config.h \
|
||||
gmoduleconf.h \
|
||||
gunibreak.h \
|
||||
gunidecomp.h \
|
||||
gunichartables.h \
|
||||
glibconfig-sysdefs.h
|
||||
|
@ -42,6 +42,8 @@ gssize
|
||||
<SUBSECTION Private>
|
||||
gstring
|
||||
gldouble
|
||||
GLIB_SIZEOF_VOID_P
|
||||
GLIB_SIZEOF_LONG
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
@ -111,6 +113,12 @@ G_STRUCT_MEMBER
|
||||
G_STRUCT_MEMBER_P
|
||||
G_STRUCT_OFFSET
|
||||
|
||||
<SUBSECTION>
|
||||
G_MEM_ALIGN
|
||||
|
||||
<SUBSECTION>
|
||||
G_CONST_RETURN
|
||||
|
||||
<SUBSECTION Private>
|
||||
glib_major_version
|
||||
glib_micro_version
|
||||
@ -320,7 +328,8 @@ g_clear_error
|
||||
<FILE>main</FILE>
|
||||
GMainLoop
|
||||
g_main_loop_new
|
||||
g_main_loop_destroy
|
||||
g_main_loop_ref
|
||||
g_main_loop_unref
|
||||
g_main_loop_run
|
||||
g_main_loop_quit
|
||||
g_main_loop_is_running
|
||||
@ -380,7 +389,7 @@ GSourceCallbackFuncs
|
||||
g_source_new
|
||||
g_source_ref
|
||||
g_source_unref
|
||||
g_source_add
|
||||
g_source_attach
|
||||
g_source_destroy
|
||||
g_source_set_priority
|
||||
g_source_get_priority
|
||||
@ -388,9 +397,9 @@ g_source_set_can_recurse
|
||||
g_source_get_can_recurse
|
||||
g_source_get_id
|
||||
g_source_get_context
|
||||
g_source_connect
|
||||
g_source_set_callback
|
||||
GSourceFunc
|
||||
g_source_connect_indirect
|
||||
g_source_set_callback_indirect
|
||||
g_source_add_poll
|
||||
g_source_remove_poll
|
||||
g_source_get_current_time
|
||||
@ -513,9 +522,6 @@ G_THREAD_ECF
|
||||
G_THREAD_CF
|
||||
G_THREAD_UF
|
||||
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_thread_init_with_errorcheck_mutexes
|
||||
G_LOCK_NAME
|
||||
@ -623,6 +629,8 @@ g_renew
|
||||
g_malloc
|
||||
g_malloc0
|
||||
g_realloc
|
||||
g_try_malloc
|
||||
g_try_realloc
|
||||
|
||||
<SUBSECTION>
|
||||
g_free
|
||||
@ -635,8 +643,12 @@ g_memmove
|
||||
g_memdup
|
||||
|
||||
<SUBSECTION>
|
||||
GMemVTable
|
||||
g_mem_set_vtable
|
||||
|
||||
<SUBSECTION>
|
||||
glib_mem_profiler_table
|
||||
g_mem_profile
|
||||
g_mem_check
|
||||
|
||||
</SECTION>
|
||||
|
||||
@ -784,6 +796,7 @@ g_file_error_quark
|
||||
<FILE>string_utils</FILE>
|
||||
g_strdup
|
||||
g_strndup
|
||||
g_strdupv
|
||||
g_strnfill
|
||||
|
||||
<SUBSECTION>
|
||||
@ -908,6 +921,19 @@ g_date_valid_year
|
||||
g_date_valid_dmy
|
||||
g_date_valid_julian
|
||||
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>
|
||||
@ -1011,6 +1037,10 @@ GDebugKey
|
||||
GVoidFunc
|
||||
GFreeFunc
|
||||
|
||||
<SUBSECTION>
|
||||
GCompareFuncData
|
||||
g_qsort_with_data
|
||||
|
||||
<SUBSECTION Private>
|
||||
G_NATIVE_ATEXIT
|
||||
g_ATEXIT
|
||||
@ -1105,11 +1135,12 @@ G_MODULE_IMPORT
|
||||
GCompletion
|
||||
g_completion_new
|
||||
GCompletionFunc
|
||||
GCompletionStrcmpFunc
|
||||
g_completion_add_items
|
||||
g_completion_remove_items
|
||||
g_completion_clear_items
|
||||
g_completion_complete
|
||||
g_completion_set_compare
|
||||
GCompletionStrncmpFunc
|
||||
g_completion_free
|
||||
</SECTION>
|
||||
|
||||
@ -1689,6 +1720,8 @@ g_unichar_digit_value
|
||||
g_unichar_xdigit_value
|
||||
GUnicodeType
|
||||
g_unichar_type
|
||||
GUnicodeBreakType
|
||||
g_unichar_break_type
|
||||
g_unicode_canonical_ordering
|
||||
g_unicode_canonical_decomposition
|
||||
|
||||
@ -1709,6 +1742,7 @@ g_utf8_validate
|
||||
<SUBSECTION>
|
||||
g_utf8_to_utf16
|
||||
g_utf8_to_ucs4
|
||||
g_utf8_to_ucs4_fast
|
||||
g_utf16_to_ucs4
|
||||
g_utf16_to_utf8
|
||||
g_ucs4_to_utf16
|
||||
|
@ -112,6 +112,26 @@ This string should be freed when no longer needed.
|
||||
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 ##### -->
|
||||
<para>
|
||||
Frees all memory used by the #GCompletion.
|
||||
|
@ -90,6 +90,9 @@ Character Set Conversion
|
||||
</para>
|
||||
|
||||
@opsysstring:
|
||||
@len:
|
||||
@bytes_read:
|
||||
@bytes_written:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
@ -100,6 +103,9 @@ Character Set Conversion
|
||||
</para>
|
||||
|
||||
@opsysstring:
|
||||
@len:
|
||||
@bytes_read:
|
||||
@bytes_written:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
@ -110,6 +116,9 @@ Character Set Conversion
|
||||
</para>
|
||||
|
||||
@utf8string:
|
||||
@len:
|
||||
@bytes_read:
|
||||
@bytes_written:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
@ -120,6 +129,9 @@ Character Set Conversion
|
||||
</para>
|
||||
|
||||
@utf8string:
|
||||
@len:
|
||||
@bytes_read:
|
||||
@bytes_written:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
|
@ -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>
|
||||
|
||||
@source:
|
||||
@callback_data:
|
||||
@callback_funcs:
|
||||
@func:
|
||||
@data:
|
||||
@notify:
|
||||
|
||||
<!-- ##### MACRO popen ##### -->
|
||||
<!-- ##### MACRO lseek ##### -->
|
||||
<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>
|
||||
@ -35,13 +76,35 @@ the results may be needed.
|
||||
See #G_PRIORITY_DEFAULT, #G_PRIORITY_DEFAULT_IDLE, #G_PRIORITY_HIGH,
|
||||
#G_PRIORITY_HIGH_IDLE, and #G_PRIORITY_LOW.
|
||||
|
||||
<!-- ##### MACRO lseek ##### -->
|
||||
<!-- ##### MACRO pclose ##### -->
|
||||
<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>
|
||||
@ -60,7 +123,13 @@ priority are stored in the order in which they were added.
|
||||
type of source.
|
||||
@Returns: TRUE if an event source was found and removed.
|
||||
|
||||
<!-- ##### MACRO close ##### -->
|
||||
<!-- ##### MACRO open ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### MACRO getpid ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -86,24 +155,11 @@ type of source.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GCompletionStrcmpFunc ##### -->
|
||||
<!-- ##### MACRO close ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@s1:
|
||||
@s2:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION g_source_connect ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@source:
|
||||
@func:
|
||||
@data:
|
||||
@notify:
|
||||
|
||||
<!-- ##### MACRO getcwd ##### -->
|
||||
<para>
|
||||
@ -111,32 +167,12 @@ type of source.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### MACRO write ##### -->
|
||||
<!-- ##### MACRO read ##### -->
|
||||
<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 ##### -->
|
||||
<para>
|
||||
|
||||
@ -144,22 +180,3 @@ Turns the argument into a string literal by using the '#' stringizing operator.
|
||||
|
||||
@Returns:
|
||||
|
||||
<!-- ##### MACRO read ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_convert_error_quark ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
<!-- ##### MACRO open ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
||||
<!-- ##### MACRO G_MEM_ALIGN ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO G_CONST_RETURN ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
|
@ -66,7 +66,6 @@ only one statement is expected by the compiler.
|
||||
Portable way to copy <type>va_list</type> variables.
|
||||
</para>
|
||||
|
||||
<!-- # Unused Parameters # -->
|
||||
@ap1: the <type>va_list</type> variable to place a copy of @ap2 in.
|
||||
@ap2: a <type>va_list</type>.
|
||||
|
||||
|
@ -119,7 +119,16 @@ of a GLib or GTK+ application.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_main_loop_destroy ##### -->
|
||||
<!-- ##### FUNCTION g_main_loop_ref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@loop:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_main_loop_unref ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -673,6 +682,16 @@ the required condition has been met, and returns TRUE if so.
|
||||
@source:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_source_attach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@source:
|
||||
@context:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_source_destroy ##### -->
|
||||
<para>
|
||||
|
||||
@ -735,6 +754,17 @@ the required condition has been met, and returns TRUE if so.
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_source_set_callback ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@source:
|
||||
@func:
|
||||
@data:
|
||||
@notify:
|
||||
|
||||
|
||||
<!-- ##### USER_FUNCTION GSourceFunc ##### -->
|
||||
<para>
|
||||
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.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_source_set_callback_indirect ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@source:
|
||||
@callback_data:
|
||||
@callback_funcs:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_source_add_poll ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -104,6 +104,25 @@ have been moved.
|
||||
@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 ##### -->
|
||||
<para>
|
||||
Frees the memory pointed to by @mem.
|
||||
@ -150,6 +169,32 @@ from @mem. If @mem is NULL it returns 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 ##### -->
|
||||
<para>
|
||||
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.
|
||||
|
||||
|
||||
|
@ -278,3 +278,26 @@ and has no return value. It is not currently used in GLib or GTK+.
|
||||
@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:
|
||||
|
||||
|
||||
|
@ -39,6 +39,15 @@ The returned value should be freed when no longer needed.
|
||||
null-terminated.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_strdupv ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@str_array:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_strnfill ##### -->
|
||||
<para>
|
||||
Creates a new string @length characters long filled with @fill_char.
|
||||
|
@ -251,6 +251,50 @@ Unicode Manipulation
|
||||
@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 ##### -->
|
||||
<para>
|
||||
|
||||
@ -403,6 +447,9 @@ Unicode Manipulation
|
||||
|
||||
@str:
|
||||
@len:
|
||||
@items_read:
|
||||
@items_written:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -413,6 +460,20 @@ Unicode Manipulation
|
||||
|
||||
@str:
|
||||
@len:
|
||||
@items_read:
|
||||
@items_written:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_utf8_to_ucs4_fast ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@str:
|
||||
@len:
|
||||
@items_written:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -423,6 +484,9 @@ Unicode Manipulation
|
||||
|
||||
@str:
|
||||
@len:
|
||||
@items_read:
|
||||
@items_written:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -433,6 +497,9 @@ Unicode Manipulation
|
||||
|
||||
@str:
|
||||
@len:
|
||||
@items_read:
|
||||
@items_written:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -443,6 +510,9 @@ Unicode Manipulation
|
||||
|
||||
@str:
|
||||
@len:
|
||||
@items_read:
|
||||
@items_written:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -453,6 +523,9 @@ Unicode Manipulation
|
||||
|
||||
@str:
|
||||
@len:
|
||||
@items_read:
|
||||
@items_written:
|
||||
@error:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -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 ##### -->
|
||||
<para>
|
||||
|
||||
@ -73,28 +7,13 @@
|
||||
@param_name:
|
||||
@value:
|
||||
|
||||
<!-- ##### USER_FUNCTION GObjectGetParamFunc ##### -->
|
||||
<!-- ##### FUNCTION g_param_spec_hash_table_remove ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@object:
|
||||
@param_id:
|
||||
@value:
|
||||
@hash_table:
|
||||
@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 ##### -->
|
||||
<para>
|
||||
@ -102,31 +21,40 @@
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_signal_type_closure_new ##### -->
|
||||
<!-- ##### USER_FUNCTION GTypePluginUnRef ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@plugin:
|
||||
|
||||
<!-- ##### FUNCTION g_signals_destroy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@itype:
|
||||
@struct_offset:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION g_object_class_find_param_spec ##### -->
|
||||
<!-- ##### FUNCTION g_param_spec_hash_table_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@oclass:
|
||||
@param_name:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION g_object_queue_param_changed ##### -->
|
||||
<!-- ##### SECTION ./tmpl/gtypemodule.sgml.sgml:Short_Description ##### -->
|
||||
|
||||
|
||||
|
||||
<!-- ##### STRUCT GTypePluginVTable ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@object:
|
||||
@param_name:
|
||||
@plugin_ref:
|
||||
@plugin_unref:
|
||||
@complete_type_info:
|
||||
@complete_interface_info:
|
||||
|
||||
<!-- ##### FUNCTION g_signal_connect_closure ##### -->
|
||||
<para>
|
||||
@ -140,27 +68,82 @@
|
||||
@after:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### SECTION ./tmpl/gtypemodule.sgml.sgml:Title ##### -->
|
||||
gtypemodule.sgml
|
||||
<!-- ##### FUNCTION g_signal_type_closure_new ##### -->
|
||||
<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>
|
||||
|
||||
@plugin:
|
||||
|
||||
<!-- ##### FUNCTION g_param_spec_hash_table_lookup ##### -->
|
||||
<!-- ##### FUNCTION g_signal_handlers_destroy ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@hash_table:
|
||||
@param_name:
|
||||
@owner_type:
|
||||
@try_ancestors:
|
||||
@trailer:
|
||||
@instance:
|
||||
|
||||
<!-- ##### FUNCTION g_type_instance_conforms_to ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@instance:
|
||||
@iface_type:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### USER_FUNCTION GObjectSetParamFunc ##### -->
|
||||
@ -174,22 +157,6 @@ gtypemodule.sgml
|
||||
@pspec:
|
||||
@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 ##### -->
|
||||
<para>
|
||||
|
||||
@ -199,32 +166,90 @@ gtypemodule.sgml
|
||||
@flags:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### USER_FUNCTION GTypePluginFillTypeInfo ##### -->
|
||||
<!-- ##### FUNCTION g_type_value_conforms_to ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@plugin:
|
||||
@g_type:
|
||||
@info:
|
||||
@value_table:
|
||||
@value:
|
||||
@type:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION g_signals_destroy ##### -->
|
||||
<!-- ##### FUNCTION g_param_spec_hash_table_lookup ##### -->
|
||||
<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>
|
||||
|
||||
@plugin_ref:
|
||||
@plugin_unref:
|
||||
@complete_type_info:
|
||||
@complete_interface_info:
|
||||
@object:
|
||||
@param_name:
|
||||
|
||||
<!-- ##### 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 ##### -->
|
||||
<para>
|
||||
@ -236,37 +261,12 @@ gtypemodule.sgml
|
||||
@instance_type:
|
||||
@info:
|
||||
|
||||
<!-- ##### MACRO G_NOTIFY_PRIORITY ##### -->
|
||||
<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 ##### -->
|
||||
<!-- ##### FUNCTION g_object_class_find_param_spec ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@oclass:
|
||||
@param_name:
|
||||
@Returns:
|
||||
|
||||
<!-- ##### FUNCTION g_param_spec_hash_table_remove ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@hash_table:
|
||||
@pspec:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user