GNOME Bugzilla – Bug 567132
Take FOO_GET_INTERFACE as standard
Last modified: 2009-01-09 15:27:26 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.
Created attachment 126090 [details] [review] add FOO_GET_INTERFACE to standard symbols
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.