mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Document G_HAVE_GINT64 as deprecated. (#335294, Richard Laager)
2006-03-20 Matthias Clasen <mclasen@redhat.com> * glib/tmpl/types.sgml: Document G_HAVE_GINT64 as deprecated. (#335294, Richard Laager)
This commit is contained in:
parent
b78ec7a1b5
commit
0028b643bc
@ -1,3 +1,8 @@
|
|||||||
|
2006-03-20 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/tmpl/types.sgml: Document G_HAVE_GINT64 as deprecated.
|
||||||
|
(#335294, Richard Laager)
|
||||||
|
|
||||||
2006-03-15 Matthias Clasen <mclasen@redhat.com>
|
2006-03-15 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/tmpl/option.sgml: Hint that @error should
|
* glib/tmpl/option.sgml: Hint that @error should
|
||||||
|
@ -164,15 +164,16 @@ Values of this type can range from 0 to 4,294,967,295.
|
|||||||
<!-- ##### MACRO G_HAVE_GINT64 ##### -->
|
<!-- ##### MACRO G_HAVE_GINT64 ##### -->
|
||||||
<para>
|
<para>
|
||||||
This macro is defined if 64-bit signed and unsigned integers are available
|
This macro is defined if 64-bit signed and unsigned integers are available
|
||||||
on the platform.
|
on the platform.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@Deprecated: GLib requires 64-bit integer support since version 2.0, therefore
|
||||||
|
%G_HAVE_GINT64 is <emphasis>always</emphasis> defined.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### TYPEDEF gint64 ##### -->
|
<!-- ##### TYPEDEF gint64 ##### -->
|
||||||
<para>
|
<para>
|
||||||
A signed integer guaranteed to be 64 bits on all platforms on which it is
|
A signed integer guaranteed to be 64 bits on all platforms.
|
||||||
available (see #G_HAVE_GINT64).
|
|
||||||
Values of this type can range from -9,223,372,036,854,775,808 to
|
Values of this type can range from -9,223,372,036,854,775,808 to
|
||||||
9,223,372,036,854,775,807.
|
9,223,372,036,854,775,807.
|
||||||
</para>
|
</para>
|
||||||
@ -180,8 +181,7 @@ Values of this type can range from -9,223,372,036,854,775,808 to
|
|||||||
|
|
||||||
<!-- ##### TYPEDEF guint64 ##### -->
|
<!-- ##### TYPEDEF guint64 ##### -->
|
||||||
<para>
|
<para>
|
||||||
An unsigned integer guaranteed to be 64 bits on all platforms on which it is
|
An unsigned integer guaranteed to be 64 bits on all platforms.
|
||||||
available (see #G_HAVE_GINT64).
|
|
||||||
Values of this type can range from 0 to 18,446,744,073,709,551,615.
|
Values of this type can range from 0 to 18,446,744,073,709,551,615.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user