[gtksourceviewmm/devel] Avoid warning about unwrapped deprecated method.



commit 3538bb2d4521804049671a073e386e65366d7e07
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Sun Jan 10 21:28:11 2010 +0100

    Avoid warning about unwrapped deprecated method.
    
    * gtksourceview/src/sourceview.hg: Put deprecated method into
    _IGNORE clause, because it is wrapped by hand.

 gtksourceview/src/sourceview.hg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtksourceview/src/sourceview.hg b/gtksourceview/src/sourceview.hg
index 2e2760c..b09994f 100644
--- a/gtksourceview/src/sourceview.hg
+++ b/gtksourceview/src/sourceview.hg
@@ -213,6 +213,7 @@ public:
   _WRAP_METHOD(gint get_mark_category_priority(const Glib::ustring& category) const, gtk_source_view_get_mark_category_priority)
 
 #ifndef GTKSOURCEVIEWMM_DISABLE_DEPRECATED
+  _IGNORE(gtk_source_view_set_mark_category_pixbuf)
   /// \brief Associates a given pixbuf with a given mark category.
   /// If pixbuf is NULL, the pixbuf is unset.
   ///



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