After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 720201 - gitypeinfo: Expand documentation for g_type_info_is_pointer()
gitypeinfo: Expand documentation for g_type_info_is_pointer()
Status: RESOLVED FIXED
Product: gobject-introspection
Classification: Platform
Component: docs
unspecified
Other All
: Normal normal
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-12-10 16:01 UTC by Philip Withnall
Modified: 2015-09-28 11:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gitypeinfo: Expand documentation for g_type_info_is_pointer() (1.09 KB, patch)
2013-12-10 16:01 UTC, Philip Withnall
none Details | Review
gitypeinfo: Expand documentation for g_type_info_is_pointer() (1.09 KB, patch)
2015-09-02 08:10 UTC, Philip Withnall
accepted-commit_now Details | Review

Description Philip Withnall 2013-12-10 16:01:26 UTC
This patch is based on observed behaviour, rather than by digging through the GIR scanner and typelib code. If it’s not correct, that implies there’s a bug somewhere which I will investigate further.
Comment 1 Philip Withnall 2013-12-10 16:01:29 UTC
Created attachment 263928 [details] [review]
gitypeinfo: Expand documentation for g_type_info_is_pointer()

Note that (direction [in]out) parameters are only pointers if the
underlying type being transferred is a pointer, i.e. if the formal
parameter is a pointer to a pointer or deeper.
Comment 2 André Klapper 2015-02-07 17:16:49 UTC
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]
Comment 3 Philip Withnall 2015-09-02 08:10:55 UTC
Created attachment 310466 [details] [review]
gitypeinfo: Expand documentation for g_type_info_is_pointer()

Note that (direction [in]out) parameters are only pointers if the
underlying type being transferred is a pointer, i.e. if the formal
parameter is a pointer to a pointer or deeper.
Comment 4 Colin Walters 2015-09-26 15:36:30 UTC
Review of attachment 310466 [details] [review]:

My recollection is we've gone back and forth on this historically...at this point documenting the current state makes sense.
Comment 5 Philip Withnall 2015-09-28 11:13:14 UTC
(It was committed as dd4914d7122ef50b7cd1e0e907d85ce3abbf3a80.)