From fa6ace97aa00be5b09bc319b1d885798d94e267a Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 21:38:05 -0500 Subject: [PATCH] docs: don't try to link vfunc --- docs/reference/gtk/migrating-GtkStyleContext.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-GtkStyleContext.xml b/docs/reference/gtk/migrating-GtkStyleContext.xml index e04da1fe9b..1b45834791 100644 --- a/docs/reference/gtk/migrating-GtkStyleContext.xml +++ b/docs/reference/gtk/migrating-GtkStyleContext.xml @@ -633,7 +633,7 @@ If your container renders child widgets within different regions, - make it implement #GtkContainer get_path_for_child(). This function + make it implement #GtkContainer get_path_for_child(). This function lets containers assign a special #GtkWidgetPath to child widgets depending on their role/region. This is necessary to extend the concept above throughout the widget hierarchy.