[gtkmm] Add a missing quote to unfinished quoted strings in _WRAP directives



commit 2423a96b71193f5321d503f1d71ce39f64867845
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Mon May 26 16:29:28 2014 +0200

    Add a missing quote to unfinished quoted strings in _WRAP directives
    
    * gtk/src/colorbutton.hg:
    * gtk/src/entrycompletion.hg:
    * gtk/src/widget.hg: Add a missing double quote in gmmproc directives like
    _WRAP_PROPERTY("text_column, int).

 gtk/src/colorbutton.hg     |    2 +-
 gtk/src/entrycompletion.hg |    2 +-
 gtk/src/widget.hg          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/src/colorbutton.hg b/gtk/src/colorbutton.hg
index d4fe935..dbf6b32 100644
--- a/gtk/src/colorbutton.hg
+++ b/gtk/src/colorbutton.hg
@@ -139,7 +139,7 @@ public:
 
   _WRAP_PROPERTY("use-alpha", bool)
   _WRAP_PROPERTY("title", Glib::ustring)
-  _WRAP_PROPERTY("color", Gdk::Color, deprecated "Use property_rgba() instead.)
+  _WRAP_PROPERTY("color", Gdk::Color, deprecated "Use property_rgba() instead.")
   _WRAP_PROPERTY("rgba", Gdk::RGBA)
   _WRAP_PROPERTY("alpha", guint16) //Todo: Remove this when we remove the "color" property too.
 
diff --git a/gtk/src/entrycompletion.hg b/gtk/src/entrycompletion.hg
index d501259..59e6299 100644
--- a/gtk/src/entrycompletion.hg
+++ b/gtk/src/entrycompletion.hg
@@ -199,7 +199,7 @@ dnl
 
   _WRAP_PROPERTY("model", Glib::RefPtr<Gtk::TreeModel>)
   _WRAP_PROPERTY("minimum_key_length", int)
-  _WRAP_PROPERTY("text_column, int)
+  _WRAP_PROPERTY("text_column", int)
   _WRAP_PROPERTY("inline_completion", bool)
   _WRAP_PROPERTY("popup_completion", bool)
   _WRAP_PROPERTY("popup_set_width", bool)
diff --git a/gtk/src/widget.hg b/gtk/src/widget.hg
index 5953a8a..aea0549 100644
--- a/gtk/src/widget.hg
+++ b/gtk/src/widget.hg
@@ -631,7 +631,7 @@ public:
 //  and      style_set  => style_changed
 //  to avoid confusion with set_parent and set_style.
 
-  _WRAP_SIGNAL(void state_changed(Gtk::StateType previous_state), "state_changed", deprecated "Use 
signal_state_flags_changed() instead)
+  _WRAP_SIGNAL(void state_changed(Gtk::StateType previous_state), "state_changed", deprecated "Use 
signal_state_flags_changed() instead.")
 
   //TODO: Remove no_default_handler when we can break ABI:
   _WRAP_SIGNAL(void state_flags_changed(Gtk::StateFlags previous_state_flags), "state-flags-changed", 
no_default_handler)


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