[gtkmm-documentation/gtkmm-3-22] Fix 2 typos of slot_callbback => slot_callback
- From: Daniel Boles <dboles src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation/gtkmm-3-22] Fix 2 typos of slot_callbback => slot_callback
- Date: Sun, 14 Jan 2018 20:51:35 +0000 (UTC)
commit 7ba872127a431f8d44d9a579d17a768d1500a110
Author: Daniel Boles <dboles src gmail com>
Date: Sun Jan 14 20:48:08 2018 +0000
Fix 2 typos of slot_callbback => slot_callback
docs/tutorial/C/index-in.docbook | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/tutorial/C/index-in.docbook b/docs/tutorial/C/index-in.docbook
index 04f47a3..572469d 100644
--- a/docs/tutorial/C/index-in.docbook
+++ b/docs/tutorial/C/index-in.docbook
@@ -10186,7 +10186,7 @@ _WRAP_METHOD(void set_text(const Glib::ustring& text), gtk_entry_set_text)
to the C function, if the method has one. Instead the slot itself
is passed. The slot parameter name and the glue callback function
must have been specified with the <literal>slot_name</literal> and
- <literal>slot_callbback</literal> options respectively.</para>
+ <literal>slot_callback</literal> options respectively.</para>
</listitem>
</varlistentry>
</variablelist>
@@ -10518,7 +10518,7 @@ _WRAP_VFUNC(SizeRequestMode get_request_mode() const, get_request_mode)
to the C function, if the method has one. Instead the slot itself
is passed. The slot parameter name and the glue callback function
must have been specified with the <literal>slot_name</literal> and
- <literal>slot_callbback</literal> options respectively.</para>
+ <literal>slot_callback</literal> options respectively.</para>
</listitem>
</varlistentry>
<varlistentry>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]