glib r7834 - in trunk: . docs/reference/glib docs/reference/glib/tmpl
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7834 - in trunk: . docs/reference/glib docs/reference/glib/tmpl
- Date: Wed, 28 Jan 2009 14:09:18 +0000 (UTC)
Author: chpe
Date: Wed Jan 28 14:09:18 2009
New Revision: 7834
URL: http://svn.gnome.org/viewvc/glib?rev=7834&view=rev
Log:
* configure.in:
* docs/reference/glib/glib-sections.txt:
* docs/reference/macros_misc.sgml:
* docs/reference/glib/tmpl/types.sgml: Add
G_GOFFSET_FORMAT and friends. Bug #563141.
Modified:
trunk/ChangeLog
trunk/configure.in
trunk/docs/reference/glib/glib-sections.txt
trunk/docs/reference/glib/tmpl/macros_misc.sgml
trunk/docs/reference/glib/tmpl/types.sgml
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Wed Jan 28 14:09:18 2009
@@ -2772,6 +2772,10 @@
#define G_MINOFFSET G_MININT64
#define G_MAXOFFSET G_MAXINT64
+#define G_GOFFSET_MODIFIER G_GINT64_MODIFIER
+#define G_GOFFSET_FORMAT G_GINT64_FORMAT
+#define G_GOFFSET_CONSTANT(val) G_GINT64_CONSTANT(val)
+
_______EOF
if test -z "$glib_unknown_void_p"; then
Modified: trunk/docs/reference/glib/glib-sections.txt
==============================================================================
--- trunk/docs/reference/glib/glib-sections.txt (original)
+++ trunk/docs/reference/glib/glib-sections.txt Wed Jan 28 14:09:18 2009
@@ -40,6 +40,7 @@
gsize
gssize
goffset
+G_GOFFSET_CONSTANT
<SUBSECTION Private>
GLIB_SIZEOF_VOID_P
@@ -365,6 +366,8 @@
G_GSIZE_MODIFIER
G_GSIZE_FORMAT
G_GSSIZE_FORMAT
+G_GOFFSET_MODIFIER
+G_GOFFSET_FORMAT
<SUBSECTION Private>
GLIB_VAR
Modified: trunk/docs/reference/glib/tmpl/macros_misc.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/macros_misc.sgml (original)
+++ trunk/docs/reference/glib/tmpl/macros_misc.sgml Wed Jan 28 14:09:18 2009
@@ -523,7 +523,7 @@
<!-- ##### MACRO G_GINT64_MODIFIER ##### -->
<para>
The platform dependent length modifier for conversion specifiers for scanning
-and printing values of type #gint64 or #guint64. It is a string literal,
+and printing values of type #gint64 or #guint64. It is a string literal.
</para>
<note>
@@ -600,3 +600,22 @@
@Since: 2.6
+<!-- ##### MACRO G_GOFFSET_MODIFIER ##### -->
+<para>
+The platform dependent length modifier for conversion specifiers for scanning
+and printing values of type #goffset. It is a string literal. See also
+#G_GINT64_MODIFIER.
+</para>
+
+ Since: 2.20
+
+
+
+<!-- ##### MACRO G_GOFFSET_FORMAT ##### -->
+<para>
+This is the platform dependent conversion specifier for scanning and
+printing values of type #goffset. See also #G_GINT64_FORMAT.
+</para>
+
+Since: 2.20
+
Modified: trunk/docs/reference/glib/tmpl/types.sgml
==============================================================================
--- trunk/docs/reference/glib/tmpl/types.sgml (original)
+++ trunk/docs/reference/glib/tmpl/types.sgml Wed Jan 28 14:09:18 2009
@@ -217,7 +217,7 @@
This macro is used to insert 64-bit integer literals into the source code.
</para>
- val: a literal integer value, e.g. 0x1d636b02300a7aa7U.
+ val: a literal integer value, e.g. 0x1d636b02300a7aa7.
<!-- ##### MACRO G_GUINT64_CONSTANT ##### -->
@@ -276,3 +276,13 @@
Since: 2.14
+<!-- ##### MACRO G_GOFFSET_CONSTANT ##### -->
+<para>
+This macro is used to insert #goffset 64-bit integer literals into the source code.
+See also #G_GINT64_CONSTANT.
+</para>
+
+ val: a literal integer value, e.g. 0x1d636b02300a7aa7.
+Since: 2.20
+
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]