docs: don't use property syntax to link to vfuncs

This commit is contained in:
William Jon McCann
2014-01-21 17:43:04 -05:00
parent c6ef6e6e5c
commit 8068766270

View File

@@ -2167,7 +2167,7 @@ gtk_icon_source_get_icon_name (const GtkIconSource *source)
* In addition, if a filename source is in use, this
* function in some cases will return the pixbuf from
* loaded from the filename. This is, for example, true
* for the GtkIconSource passed to the GtkStyle::render_icon()
* for the GtkIconSource passed to the #GtkStyle render_icon(<!-- -->)
* virtual function. The reference count on the pixbuf is
* not incremented.
*