[gtkmm-documentation] _CUSTOM_WRAP_FUNCTION and _NO_WRAP_FUNCTION in _CLASS_GTKOBJECT



commit 343023f8e13224adcecec7b94373729f4440591a
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Wed Jun 29 18:53:28 2016 +0200

    _CUSTOM_WRAP_FUNCTION and _NO_WRAP_FUNCTION in _CLASS_GTKOBJECT
    
    _CUSTOM_WRAP_FUNCTION and _NO_WRAP_FUNCTION can now be used also in
    a _CLASS_GTKOBJECT. Add that info to "The .hg and .ccg files" section.
    Bug #767951

 docs/tutorial/C/index-in.docbook |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/tutorial/C/index-in.docbook b/docs/tutorial/C/index-in.docbook
index a9a0a66..edbd114 100644
--- a/docs/tutorial/C/index-in.docbook
+++ b/docs/tutorial/C/index-in.docbook
@@ -9516,7 +9516,7 @@ public:
 <sect3 id="gmmproc-custom-wrap-function">
 <title>_CUSTOM_WRAP_FUNCTION</title>
 <para>Suppresses definition of <function>Glib::wrap()</function> function in
-<function>_CLASS_GOBJECT</function>.
+<function>_CLASS_GOBJECT</function> and <function>_CLASS_GTKOBJECT</function>.
 </para>
 </sect3>
 
@@ -9524,8 +9524,8 @@ public:
 <title>_NO_WRAP_FUNCTION</title>
 <para>Suppresses declaration and definition of <function>Glib::wrap()</function>
 function in <function>_CLASS_GOBJECT</function>, <function>_CLASS_BOXEDTYPE</function>,
-<function>_CLASS_BOXEDTYPE_STATIC</function>, <function>_CLASS_OPAQUE_COPYABLE</function>
-and <function>_CLASS_INTERFACE</function>.
+<function>_CLASS_BOXEDTYPE_STATIC</function>, <function>_CLASS_OPAQUE_COPYABLE</function>,
+<function>_CLASS_INTERFACE</function> and <function>_CLASS_GTKOBJECT</function>.
 </para>
 </sect3>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]