GNOME Bugzilla – Bug 332483
allow links to signals and properties
Last modified: 2006-03-19 18:23:55 UTC
Right now one need to write #Object-signal to link to a signal and #Object--property to link to properties. This does not conforms with the normal notation: Object::signal Object:property The attached patch fixes this.
Created attachment 60075 [details] [review] implements the name conversion
Created attachment 60825 [details] [review] allow links to constants enhanced patch that also allows to link to constants like enum-values, by using %G_EXAMPLE_CONSTANT in the doc comments
Committed with a minor change (it was outputting $member_name twice).