mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 02:17:51 +02:00
Prepare for 2.9.0
This commit is contained in:
@@ -353,10 +353,28 @@ Sets the value of a #GDate from a Julian day number.
|
||||
|
||||
</para>
|
||||
|
||||
@date:
|
||||
@date:
|
||||
@time_:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_date_set_time_t ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@date:
|
||||
@timet:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_date_set_time_val ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@date:
|
||||
@timeval:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_date_set_parse ##### -->
|
||||
<para>
|
||||
Parses a user-inputted string @str, and try to figure out what date it
|
||||
|
@@ -30,7 +30,7 @@ list of hook functions.
|
||||
@hook_size: the size of the #GHookList elements, in bytes.
|
||||
@is_setup: 1 if the #GHookList has been initialized.
|
||||
@hooks: the first #GHook element in the list.
|
||||
@hook_memchunk: the #GMemChunk used for allocating the #GHook elements.
|
||||
@dummy3:
|
||||
@finalize_hook: the function to call to finalize a #GHook element. The
|
||||
default behaviour is to call the hooks <function>destroy</function> function.
|
||||
@dummy:
|
||||
|
@@ -424,6 +424,8 @@ Note that this function is not available if GLib has been compiled
|
||||
with <option>--disable-mem-pools</option>
|
||||
</para>
|
||||
|
||||
@dummy:
|
||||
<!-- # Unused Parameters # -->
|
||||
@allocator: the #GAllocator to use when allocating #GSList elements.
|
||||
|
||||
|
||||
|
@@ -103,3 +103,21 @@ g_quark_from_string() or g_quark_from_static_string().
|
||||
#GQuark associated with the string.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_intern_string ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_intern_static_string ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@@ -457,6 +457,15 @@ that will mess up the bookkeeping and lead to funny and unwanted results.
|
||||
@retval: the return value of this thread.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_thread_foreach ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@thread_func:
|
||||
@user_data:
|
||||
|
||||
|
||||
<!-- ##### STRUCT GMutex ##### -->
|
||||
|
||||
<para>
|
||||
|
@@ -527,6 +527,8 @@ Note that this function is not available if GLib has been compiled
|
||||
with <option>--disable-mem-pools</option>
|
||||
</para>
|
||||
|
||||
@dummy:
|
||||
<!-- # Unused Parameters # -->
|
||||
@allocator: the #GAllocator to use when allocating #GNode elements.
|
||||
|
||||
|
||||
|
@@ -320,12 +320,11 @@ See <ulink url="http://www.unicode.org/unicode/reports/tr14/"
|
||||
@G_UNICODE_BREAK_UNKNOWN:
|
||||
@G_UNICODE_BREAK_NEXT_LINE:
|
||||
@G_UNICODE_BREAK_WORD_JOINER:
|
||||
@G_UNICODE_BREAK_HANGUL_L_JAMO:
|
||||
@G_UNICODE_BREAK_HANGUL_V_JAMO:
|
||||
@G_UNICODE_BREAK_HANGUL_T_JAMO:
|
||||
@G_UNICODE_BREAK_HANGUL_LV_SYLLABLE:
|
||||
@G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE:
|
||||
|
||||
@G_UNICODE_BREAK_HANGUL_L_JAMO:
|
||||
@G_UNICODE_BREAK_HANGUL_V_JAMO:
|
||||
@G_UNICODE_BREAK_HANGUL_T_JAMO:
|
||||
@G_UNICODE_BREAK_HANGUL_LV_SYLLABLE:
|
||||
@G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE:
|
||||
|
||||
<!-- ##### FUNCTION g_unichar_break_type ##### -->
|
||||
<para>
|
||||
|
@@ -163,6 +163,7 @@ value_table's collect_value() function.
|
||||
</para>
|
||||
|
||||
@value: An initialized #GValue structure.
|
||||
@instance:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_value_fits_pointer ##### -->
|
||||
|
Reference in New Issue
Block a user