From 806876627016c163dc7d68dbc74e657894b7ac46 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 17:43:04 -0500 Subject: [PATCH] docs: don't use property syntax to link to vfuncs --- gtk/deprecated/gtkiconfactory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/deprecated/gtkiconfactory.c b/gtk/deprecated/gtkiconfactory.c index 76e4b20a74..7b4394ac8d 100644 --- a/gtk/deprecated/gtkiconfactory.c +++ b/gtk/deprecated/gtkiconfactory.c @@ -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. *