From f5dba7d43c597668382363c8677172298f28475c Mon Sep 17 00:00:00 2001 From: Ivar Trygve Jarlsby Date: Sat, 25 Nov 2017 21:20:59 +0100 Subject: [PATCH] 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 --- docs/reference/gobject/tut_howto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) The first step is to get the header right. This interface - defines two methods: + defines three methods: /* * Copyright/Licensing information.