summaryrefslogtreecommitdiff
path: root/docs/reference/gobject/tut_gobject.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/gobject/tut_gobject.xml')
-rw-r--r--docs/reference/gobject/tut_gobject.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gobject/tut_gobject.xml b/docs/reference/gobject/tut_gobject.xml
index 8097cb649..ac5c8e1e7 100644
--- a/docs/reference/gobject/tut_gobject.xml
+++ b/docs/reference/gobject/tut_gobject.xml
@@ -105,9 +105,9 @@ ViewerFile *file = g_object_new (VIEWER_TYPE_FILE, NULL);
This will make sure the class structure of this new object is
correctly initialized. Here, <function>viewer_file_class_init</function>
is expected to override the object's class methods and setup the
- class' own methods. In the example above, the constructor method is
- the only overridden method: it is set to
- <function>viewer_file_constructor</function>.
+ class' own methods. In the example above, the <literal>constructed</literal>
+ method is the only overridden method: it is set to
+ <function>viewer_file_constructed</function>.
</para>
<para>