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 567132 - Take FOO_GET_INTERFACE as standard
Take FOO_GET_INTERFACE as standard
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.11
Other Linux
: Normal minor
: 1.12
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2009-01-09 08:37 UTC by Yeti
Modified: 2009-01-09 15:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add FOO_GET_INTERFACE to standard symbols (602 bytes, patch)
2009-01-09 08:38 UTC, Yeti
committed Details | Review

Description Yeti 2009-01-09 08:37:38 UTC
The current GObject documentation eschews the abbreviation `iface' for interface in public names:

http://library.gnome.org/devel/gobject/stable/gtype-non-instantiable-classed.html

Namely, it suggests to use to define FOO_GET_INTERFACE instead of the now-common FOO_GET_IFACE.  Gtk-doc should support this naming style and take FOO_GET_INTERFACE as standard.
Comment 1 Yeti 2009-01-09 08:38:46 UTC
Created attachment 126090 [details] [review]
add FOO_GET_INTERFACE to standard symbols
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2009-01-09 15:27:26 UTC
2009-01-09  Stefan Kost  <ensonic@users.sf.net>

	patch by: David Nečas <yeti@physics.muni.cz>

	* gtkdoc-scan.in:
	  Treat FOO_GET_INTERFACE as standard. Fixes #567132.