docs: don't try to link vfunc

This commit is contained in:
William Jon McCann 2014-01-21 21:38:05 -05:00
parent 5a4a99a97f
commit fa6ace97aa

View File

@ -633,7 +633,7 @@
<listitem> <listitem>
<para> <para>
If your container renders child widgets within different regions, 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 lets containers assign a special #GtkWidgetPath to child widgets
depending on their role/region. This is necessary to extend the depending on their role/region. This is necessary to extend the
concept above throughout the widget hierarchy. concept above throughout the widget hierarchy.