mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-25 15:00:41 +02:00
Document g[u]intptr
Bug 569375.
This commit is contained in:
parent
54b43229f4
commit
d046bfe577
@ -42,6 +42,10 @@ gssize
|
|||||||
goffset
|
goffset
|
||||||
G_GOFFSET_CONSTANT
|
G_GOFFSET_CONSTANT
|
||||||
|
|
||||||
|
<SUBSECTION>
|
||||||
|
gintptr
|
||||||
|
guintptr
|
||||||
|
|
||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
GLIB_SIZEOF_VOID_P
|
GLIB_SIZEOF_VOID_P
|
||||||
GLIB_SIZEOF_LONG
|
GLIB_SIZEOF_LONG
|
||||||
|
@ -26,7 +26,8 @@ Types which are easier to use than their standard C counterparts -
|
|||||||
|
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
Types which correspond exactly to standard C types, but are included
|
Types which correspond exactly to standard C types, but are included
|
||||||
for completeness - #gchar, #gint, #gshort, #glong, #gfloat, #gdouble.
|
for completeness - #gchar, #gint, #gshort, #glong, #gfloat, #gdouble,
|
||||||
|
#gintptr, #guintptr.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
@ -284,3 +285,19 @@ See also #G_GINT64_CONSTANT.
|
|||||||
Since: 2.20
|
Since: 2.20
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### TYPEDEF gintptr ##### -->
|
||||||
|
<para>
|
||||||
|
Corresponds to the C99 type <type>intptr_t</type>, a signed integer type that
|
||||||
|
can hold any pointer.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
Since: 2.18
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### TYPEDEF guintptr ##### -->
|
||||||
|
<para>
|
||||||
|
Corresponds to the C99 type <type>uintptr_t</type>, an unsigned integer type that
|
||||||
|
can hold any pointer.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
Since: 2.18
|
||||||
|
Loading…
x
Reference in New Issue
Block a user