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 706469 - Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-08-21 08:26 UTC by Dieter Verfaillie
Modified: 2013-08-22 18:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation (833 bytes, patch)
2013-08-21 08:35 UTC, Dieter Verfaillie
committed Details | Review

Description Dieter Verfaillie 2013-08-21 08:26:43 UTC
patch follows
Comment 1 Dieter Verfaillie 2013-08-21 08:35:04 UTC
Created attachment 252511 [details] [review]
Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation

The blank line before "* @T_P:" starts the
G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE description,
putting the "@T_P" parameter out of place. The
lack of blank line after "* @T_P:" makes the
following lines part of the "@T_P" parameter
instead of the G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE
description.

Patch fixes these.
Comment 2 Emmanuele Bassi (:ebassi) 2013-08-22 11:52:25 UTC
Review of attachment 252511 [details] [review]:

please push.
Comment 3 Dieter Verfaillie 2013-08-22 18:54:06 UTC
Comment on attachment 252511 [details] [review]
Fix G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE documentation

Done: https://git.gnome.org/browse/glib/commit/?id=9bcb6d3f007358deb77294b828ea5d706de04aab

Thanks for the review :)