mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Document g[u]intptr
Bug 569375.
This commit is contained in:
parent
54b43229f4
commit
d046bfe577
@ -42,6 +42,10 @@ gssize
|
||||
goffset
|
||||
G_GOFFSET_CONSTANT
|
||||
|
||||
<SUBSECTION>
|
||||
gintptr
|
||||
guintptr
|
||||
|
||||
<SUBSECTION Private>
|
||||
GLIB_SIZEOF_VOID_P
|
||||
GLIB_SIZEOF_LONG
|
||||
|
@ -26,7 +26,8 @@ Types which are easier to use than their standard C counterparts -
|
||||
|
||||
<listitem><para>
|
||||
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>
|
||||
</itemizedlist>
|
||||
|
||||
@ -284,3 +285,19 @@ See also #G_GINT64_CONSTANT.
|
||||
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…
Reference in New Issue
Block a user