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 418021 - G_PARAM_STATIC_* docs and additional define
G_PARAM_STATIC_* docs and additional define
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gobject
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2007-03-13 22:01 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2007-03-14 19:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
adds new define + docs (1.47 KB, patch)
2007-03-13 22:02 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review
adds new define + docs (2.12 KB, patch)
2007-03-13 22:19 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2007-03-13 22:01:27 UTC
having this would be useful.

#define	G_PARAM_STATIC_DETAIL \
  (G_PARAM_STATIC_NAME|G_PARAM_STATIC_NICK|G_PARAM_STATIC_BLURB)


Also noticed that G_PARAM_STATIC_NICK is not documented.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2007-03-13 22:02:01 UTC
Created attachment 84537 [details] [review]
adds new define + docs
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2007-03-13 22:19:15 UTC
Created attachment 84539 [details] [review]
adds new define + docs

The missing docs for G_PARAM_STATIC_NICK is because of bug #418027 which I try to fix soon.
Comment 3 Tim Janik 2007-03-14 00:21:41 UTC
thanks looks good, please commit.