mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-28 01:56:52 +02: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:
|
||||
Galician
|
||||
Hebrew
|
||||
Norwegian bokmål
|
||||
Spanish
|
||||
|
||||
Overview of Changes from GLib 2.25.9 to GLib 2.25.10
|
||||
|
@ -26,6 +26,7 @@ Atomic Operations
|
||||
</para>
|
||||
|
||||
@atomic:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_atomic_int_set ##### -->
|
||||
@ -53,6 +54,7 @@ Atomic Operations
|
||||
|
||||
@atomic:
|
||||
@val:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_atomic_int_compare_and_exchange ##### -->
|
||||
@ -63,6 +65,7 @@ Atomic Operations
|
||||
@atomic:
|
||||
@oldval:
|
||||
@newval:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_atomic_pointer_get ##### -->
|
||||
@ -71,6 +74,7 @@ Atomic Operations
|
||||
</para>
|
||||
|
||||
@atomic:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_atomic_pointer_set ##### -->
|
||||
@ -90,6 +94,7 @@ Atomic Operations
|
||||
@atomic:
|
||||
@oldval:
|
||||
@newval:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_atomic_int_inc ##### -->
|
||||
@ -106,5 +111,6 @@ Atomic Operations
|
||||
</para>
|
||||
|
||||
@atomic:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -300,28 +300,6 @@ error domains.
|
||||
@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 ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -20,9 +20,17 @@ supported (used for storage) by at least Intel, PPC and Sparc. See
|
||||
for more information about IEEE number formats.
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION Stability_Level ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Image ##### -->
|
||||
|
||||
|
||||
<!-- ##### MACRO G_IEEE754_FLOAT_BIAS ##### -->
|
||||
<para>
|
||||
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.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user