Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
Document G_HAVE_GINT64 as deprecated. (#335294, Richard Laager)
Browse files Browse the repository at this point in the history
2006-03-20  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/types.sgml: Document G_HAVE_GINT64 as deprecated.
	(#335294, Richard Laager)
  • Loading branch information
Matthias Clasen authored and Matthias Clasen committed Mar 21, 2006
1 parent b78ec7a commit 0028b64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions docs/reference/ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* glib/tmpl/option.sgml: Hint that @error should
Expand Down
10 changes: 5 additions & 5 deletions docs/reference/glib/tmpl/types.sgml
Original file line number Diff line number Diff line change
Expand Up @@ -164,24 +164,24 @@ Values of this type can range from 0 to 4,294,967,295.
<!-- ##### MACRO G_HAVE_GINT64 ##### -->
<para>
This macro is defined if 64-bit signed and unsigned integers are available
on the platform.
on the platform.
</para>

@Deprecated: GLib requires 64-bit integer support since version 2.0, therefore
%G_HAVE_GINT64 is <emphasis>always</emphasis> defined.


<!-- ##### TYPEDEF gint64 ##### -->
<para>
A signed integer guaranteed to be 64 bits on all platforms on which it is
available (see #G_HAVE_GINT64).
A signed integer guaranteed to be 64 bits on all platforms.
Values of this type can range from -9,223,372,036,854,775,808 to
9,223,372,036,854,775,807.
</para>


<!-- ##### TYPEDEF guint64 ##### -->
<para>
An unsigned integer guaranteed to be 64 bits on all platforms on which it is
available (see #G_HAVE_GINT64).
An unsigned integer guaranteed to be 64 bits on all platforms.
Values of this type can range from 0 to 18,446,744,073,709,551,615.
</para>

Expand Down

0 comments on commit 0028b64

Please sign in to comment.