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 637460 - man glib-genmarshal is hard to use
man glib-genmarshal is hard to use
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2010-12-17 13:30 UTC by Aapo Rantalainen
Modified: 2012-08-16 22:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aapo Rantalainen 2010-12-17 13:30:49 UTC
I suggest to add at least one true life example how to use glib-genmarshal. e.g.:

echo "VOID:INT,OBJECT" | glib-genmarshal --body --prefix=marshal

It is in manual but it is not easy to understand.