mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 20:35:49 +01:00
This is glib 2.25.11
This commit is contained in:
parent
8c36b1ad2b
commit
be247c24c6
1
NEWS
1
NEWS
@ -148,6 +148,7 @@ Tests:
|
|||||||
Updated translations:
|
Updated translations:
|
||||||
Galician
|
Galician
|
||||||
Hebrew
|
Hebrew
|
||||||
|
Norwegian bokmål
|
||||||
Spanish
|
Spanish
|
||||||
|
|
||||||
Overview of Changes from GLib 2.25.9 to GLib 2.25.10
|
Overview of Changes from GLib 2.25.9 to GLib 2.25.10
|
||||||
|
@ -25,7 +25,8 @@ Atomic Operations
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@atomic:
|
@atomic:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_atomic_int_set ##### -->
|
<!-- ##### FUNCTION g_atomic_int_set ##### -->
|
||||||
@ -33,8 +34,8 @@ Atomic Operations
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@atomic:
|
@atomic:
|
||||||
@newval:
|
@newval:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_atomic_int_add ##### -->
|
<!-- ##### FUNCTION g_atomic_int_add ##### -->
|
||||||
@ -42,8 +43,8 @@ Atomic Operations
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@atomic:
|
@atomic:
|
||||||
@val:
|
@val:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_atomic_int_exchange_and_add ##### -->
|
<!-- ##### FUNCTION g_atomic_int_exchange_and_add ##### -->
|
||||||
@ -51,8 +52,9 @@ Atomic Operations
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@atomic:
|
@atomic:
|
||||||
@val:
|
@val:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_atomic_int_compare_and_exchange ##### -->
|
<!-- ##### FUNCTION g_atomic_int_compare_and_exchange ##### -->
|
||||||
@ -60,9 +62,10 @@ Atomic Operations
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@atomic:
|
@atomic:
|
||||||
@oldval:
|
@oldval:
|
||||||
@newval:
|
@newval:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_atomic_pointer_get ##### -->
|
<!-- ##### FUNCTION g_atomic_pointer_get ##### -->
|
||||||
@ -70,7 +73,8 @@ Atomic Operations
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@atomic:
|
@atomic:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_atomic_pointer_set ##### -->
|
<!-- ##### FUNCTION g_atomic_pointer_set ##### -->
|
||||||
@ -78,8 +82,8 @@ Atomic Operations
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@atomic:
|
@atomic:
|
||||||
@newval:
|
@newval:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_atomic_pointer_compare_and_exchange ##### -->
|
<!-- ##### FUNCTION g_atomic_pointer_compare_and_exchange ##### -->
|
||||||
@ -87,9 +91,10 @@ Atomic Operations
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@atomic:
|
@atomic:
|
||||||
@oldval:
|
@oldval:
|
||||||
@newval:
|
@newval:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_atomic_int_inc ##### -->
|
<!-- ##### FUNCTION g_atomic_int_inc ##### -->
|
||||||
@ -97,7 +102,7 @@ Atomic Operations
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@atomic:
|
@atomic:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_atomic_int_dec_and_test ##### -->
|
<!-- ##### FUNCTION g_atomic_int_dec_and_test ##### -->
|
||||||
@ -105,6 +110,7 @@ Atomic Operations
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@atomic:
|
@atomic:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
|
@ -38,14 +38,14 @@ Bookmark file parser
|
|||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@G_BOOKMARK_FILE_ERROR_INVALID_URI:
|
@G_BOOKMARK_FILE_ERROR_INVALID_URI:
|
||||||
@G_BOOKMARK_FILE_ERROR_INVALID_VALUE:
|
@G_BOOKMARK_FILE_ERROR_INVALID_VALUE:
|
||||||
@G_BOOKMARK_FILE_ERROR_APP_NOT_REGISTERED:
|
@G_BOOKMARK_FILE_ERROR_APP_NOT_REGISTERED:
|
||||||
@G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND:
|
@G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND:
|
||||||
@G_BOOKMARK_FILE_ERROR_READ:
|
@G_BOOKMARK_FILE_ERROR_READ:
|
||||||
@G_BOOKMARK_FILE_ERROR_UNKNOWN_ENCODING:
|
@G_BOOKMARK_FILE_ERROR_UNKNOWN_ENCODING:
|
||||||
@G_BOOKMARK_FILE_ERROR_WRITE:
|
@G_BOOKMARK_FILE_ERROR_WRITE:
|
||||||
@G_BOOKMARK_FILE_ERROR_FILE_NOT_FOUND:
|
@G_BOOKMARK_FILE_ERROR_FILE_NOT_FOUND:
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_bookmark_file_new ##### -->
|
<!-- ##### FUNCTION g_bookmark_file_new ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
@ -300,28 +300,6 @@ error domains.
|
|||||||
@Returns:
|
@Returns:
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_filename_from_uri ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@uri:
|
|
||||||
@hostname:
|
|
||||||
@error:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_filename_to_uri ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
@filename:
|
|
||||||
@hostname:
|
|
||||||
@error:
|
|
||||||
@Returns:
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_get_filename_charsets ##### -->
|
<!-- ##### FUNCTION g_get_filename_charsets ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -20,9 +20,17 @@ supported (used for storage) by at least Intel, PPC and Sparc. See
|
|||||||
for more information about IEEE number formats.
|
for more information about IEEE number formats.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<!-- ##### SECTION See_Also ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
<!-- ##### SECTION Stability_Level ##### -->
|
<!-- ##### SECTION Stability_Level ##### -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### SECTION Image ##### -->
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO G_IEEE754_FLOAT_BIAS ##### -->
|
<!-- ##### MACRO G_IEEE754_FLOAT_BIAS ##### -->
|
||||||
<para>
|
<para>
|
||||||
The bias by which exponents in single-precision floats are offset.
|
The bias by which exponents in single-precision floats are offset.
|
||||||
@ -109,3 +117,5 @@ The square root of two.
|
|||||||
Multiplying the base 2 exponent by this number yields the base 10 exponent.
|
Multiplying the base 2 exponent by this number yields the base 10 exponent.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user