[gtksourceviewmm] Added missing conversion macros.



commit 7e156eb68dcfbc667c8a9015fdb22b4d2b6014b9
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Tue Apr 6 21:03:31 2010 +0200

    Added missing conversion macros.
    
    * codegen/m4/convert_gtksourceview.m4: Added macros needed by
    recently added const methods.

 codegen/m4/convert_gtksourceview.m4 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/codegen/m4/convert_gtksourceview.m4 b/codegen/m4/convert_gtksourceview.m4
index e5ea907..119dfd0 100644
--- a/codegen/m4/convert_gtksourceview.m4
+++ b/codegen/m4/convert_gtksourceview.m4
@@ -83,6 +83,7 @@ _CONVERSION(`const Glib::RefPtr<const SourceCompletionContext>&',`GtkSourceCompl
 
 # GtkSourceCompletionInfo -> gtksourceview::SourceCompletionInfo
 _CONVERSION(`GtkSourceCompletionInfo*',`SourceCompletionInfo*',`Glib::wrap($3)')
+_CONVERSION(`GtkSourceCompletionInfo*',`const SourceCompletionInfo*',`Glib::wrap($3)')
 _CONVERSION(`GtkSourceCompletionInfo*',`const SourceCompletionInfo&',`(*(Glib::wrap($3)))')
 
 
@@ -151,6 +152,7 @@ _CONVERSION(`const Glib::RefPtr<const SourceUndoManager>&',`GtkSourceUndoManager
 
 # GtkSourceView -> Gtk::SourceView
 _CONVERSION(`GtkSourceView*',`SourceView*',`Glib::wrap($3)')
+_CONVERSION(`GtkSourceView*',`const SourceView*',`Glib::wrap($3)')
 
 #
 ## ENUMS



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