[gtkmm] Gtk::IconInfo, FlowBox, ListBox: Fix some docs typos



commit 49a0c71491ad116858c8e56915431c37fab1fe05
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Wed Dec 28 19:36:26 2016 +0100

    Gtk::IconInfo, FlowBox, ListBox: Fix some docs typos

 gtk/src/flowbox.hg  |    2 +-
 gtk/src/iconinfo.hg |    6 +++---
 gtk/src/listbox.hg  |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gtk/src/flowbox.hg b/gtk/src/flowbox.hg
index d6c1e09..2331f09 100644
--- a/gtk/src/flowbox.hg
+++ b/gtk/src/flowbox.hg
@@ -228,7 +228,7 @@ public:
    *                be of type T_item or a type derived from T_item.
    *                T_item must be Glib::Object or a type derived from Glib::Object.
    * @param item The item from the model for which to create a widget.
-   * @eturn A Gtk::Widget that represents @a item.
+   * @return A Gtk::Widget that represents @a item.
    */
   template <typename T_item>
   using SlotCreateWidget = sigc::slot<Gtk::Widget*(const Glib::RefPtr<T_item>&)>;
diff --git a/gtk/src/iconinfo.hg b/gtk/src/iconinfo.hg
index 4a571b2..4903ec3 100644
--- a/gtk/src/iconinfo.hg
+++ b/gtk/src/iconinfo.hg
@@ -87,14 +87,14 @@ public:
    *
    * This allows loading symbolic icons that will match the system theme.
    *
-   * @param Context A StyleContext.
+   * @param context A StyleContext.
    * @param was_symbolic Whether the loaded icon was a symbolic one and whether the fg color was applied to 
it.
    */
   Glib::RefPtr<Gdk::Pixbuf> load_symbolic_for_context(const Glib::RefPtr<StyleContext>& context, bool& 
was_symbolic);
   _IGNORE(gtk_icon_info_load_symbolic_for_context)
 
   /** Asynchronously load, render and scale a symbolic icon previously looked up from the icon theme using 
Gtk::IconTheme::lookup_icon().
-   * For more details, see load_symbolic() which is the synchronous version of this call.
+   * For more details, see load_symbolic_for_context() which is the synchronous version of this call.
    *
    * @param context A StyleContext.
    * @param slot A callback slot to call when the request is satisfied.
@@ -105,7 +105,7 @@ public:
   void load_symbolic_for_context_async(const Glib::RefPtr<StyleContext>& context, const Gio::SlotAsyncReady& 
slot, const Glib::RefPtr<Gio::Cancellable>& cancellable);
 
   /** Asynchronously load, render and scale a symbolic icon previously looked up from the icon theme using 
Gtk::IconTheme::lookup_icon().
-   * For more details, see load_symbolic() which is the synchronous version of this call.
+   * For more details, see load_symbolic_for_context() which is the synchronous version of this call.
    *
    * @param context A StyleContext.
    * @param slot A callback slot to call when the request is satisfied.
diff --git a/gtk/src/listbox.hg b/gtk/src/listbox.hg
index 3911d30..55cfddd 100644
--- a/gtk/src/listbox.hg
+++ b/gtk/src/listbox.hg
@@ -261,7 +261,7 @@ public:
    *                be of type T_item or a type derived from T_item.
    *                T_item must be Glib::Object or a type derived from Glib::Object.
    * @param item The item from the model for which to create a widget.
-   * @eturn A Gtk::Widget that represents @a item.
+   * @return A Gtk::Widget that represents @a item.
    */
   template <typename T_item>
   using SlotCreateWidget = sigc::slot<Gtk::Widget*(const Glib::RefPtr<T_item>&)>;


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