[gtkmm-documentation] gmmproc parameter processing: Fix typos in the output param section.



commit 14705b79856cc27aa58d6e40d2666aeac89ec7ba
Author: José Alburquerque <jaalburquerque gmail com>
Date:   Sun Jun 30 18:27:41 2013 -0400

    gmmproc parameter processing: Fix typos in the output param section.
    
        * docs/tutorial/C/gtkmm-tutorial-in.xml:

 docs/tutorial/C/gtkmm-tutorial-in.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docs/tutorial/C/gtkmm-tutorial-in.xml b/docs/tutorial/C/gtkmm-tutorial-in.xml
index cb89bf5..5f8211b 100644
--- a/docs/tutorial/C/gtkmm-tutorial-in.xml
+++ b/docs/tutorial/C/gtkmm-tutorial-in.xml
@@ -9776,10 +9776,10 @@ _MEMBER_GET_GOBJECT(layout, layout, Pango::Layout, PangoLayout*)
     <title>Output Parameter Processing</title>
     <para>
       With <function>_WRAP_METHOD()</function> it is also possible for the
-      return of the wrapped C function (if it has one) to be placed in output
-      paramter of the C++ method instead of having the C++ method also return a
-      value like the C function does.  To do that, simply include the output
-      parameter declaration in the C++ method declaration appending a
+      return of the wrapped C function (if it has one) to be placed in an
+      output paramter of the C++ method instead of having the C++ method also
+      return a value like the C function does.  To do that, simply include the
+      output parameter in the C++ method parameter list appending a
       <literal>{OUT}</literal> to the output parameter name.  For example, if
       <function>gtk_widget_get_request_mode()</function> is declared as the
       following:


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