summaryrefslogtreecommitdiff
path: root/docs/reference/gobject/tut_howto.xml
diff options
context:
space:
mode:
authorIvar Trygve Jarlsby <ivartj@ivartj.org>2017-11-25 21:20:59 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2017-11-26 21:21:34 +0000
commitf5dba7d43c597668382363c8677172298f28475c (patch)
treeea71cd4022f5a9c84445abcbb58294203ffb1804 /docs/reference/gobject/tut_howto.xml
parentbb2696e8d926528f72dedd494e0a9acd8e3b5742 (diff)
downloadglib-f5dba7d43c597668382363c8677172298f28475c.tar.gz
docs: Correct inconsistency in GObject tutorial
The example code defines an interface with three methods. The preceding text reads 'This interface defines two methods'. This appears to be because the example code was changed without updating the surrounding text. https://bugzilla.gnome.org/show_bug.cgi?id=790830
Diffstat (limited to 'docs/reference/gobject/tut_howto.xml')
-rw-r--r--docs/reference/gobject/tut_howto.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml
index 0696666be..01391a970 100644
--- a/docs/reference/gobject/tut_howto.xml
+++ b/docs/reference/gobject/tut_howto.xml
@@ -860,7 +860,7 @@ b_method_to_call (B *obj, gint some_param)
<para>
The first step is to get the header right. This interface
- defines two methods:
+ defines three methods:
<informalexample><programlisting>
/*
* Copyright/Licensing information.