gtk-doc r640 - trunk
- From: stefkost svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk-doc r640 - trunk
- Date: Fri, 9 Jan 2009 15:27:32 +0000 (UTC)
Author: stefkost
Date: Fri Jan 9 15:27:32 2009
New Revision: 640
URL: http://svn.gnome.org/viewvc/gtk-doc?rev=640&view=rev
Log:
patch by: David NeÄas <yeti physics muni cz>
* gtkdoc-scan.in:
Treat FOO_GET_INTERFACE as standard. Fixes #567132.
Modified:
trunk/ChangeLog
trunk/gtkdoc-scan.in
Modified: trunk/gtkdoc-scan.in
==============================================================================
--- trunk/gtkdoc-scan.in (original)
+++ trunk/gtkdoc-scan.in Fri Jan 9 15:27:32 2009
@@ -667,6 +667,7 @@
if ($list =~ s/^\S+_IS_${class}_CLASS\n//m) { $standard_decl .= $&; }
if ($list =~ s/^\S+_${class}_GET_CLASS\n//m) { $standard_decl .= $&; }
if ($list =~ s/^\S+_${class}_GET_IFACE\n//m) { $standard_decl .= $&; }
+ if ($list =~ s/^\S+_${class}_GET_INTERFACE\n//m) { $standard_decl .= $&; }
# We do this one last, otherwise it tends to be caught by the IS_$class macro
if ($list =~ s/^\S+_$class\n//m) { $standard_decl = $& . $standard_decl; }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]