[gtksourceviewmm] Documented wrap init.



commit eeeb7b151097f755007e2d674ce0b72773709e71
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Sun Jan 17 19:03:03 2010 +0100

    Documented wrap init.
    
    * gtksourceview/gtksourceviewmm/wrap_init.h: Documented. Also
    include gtkmm/main.h instead of glibmm.h.

 gtksourceview/gtksourceviewmm/wrap_init.h |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gtksourceview/gtksourceviewmm/wrap_init.h b/gtksourceview/gtksourceviewmm/wrap_init.h
index dbf6f9a..8218916 100644
--- a/gtksourceview/gtksourceviewmm/wrap_init.h
+++ b/gtksourceview/gtksourceviewmm/wrap_init.h
@@ -2,11 +2,12 @@
 #ifndef _GTKSOURCEVIEWMM_WRAP_INIT_H
 #define _GTKSOURCEVIEWMM_WRAP_INIT_H
 
-#include <glibmm.h>
+#include <gtkmm/main.h>
 
 /* wrap_init.h
  *
  * Copyright (C) 2005-2006 The gtksourceviewmm development team
+ * Copyright (C) 2010 Krzesimir Nowak
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -24,7 +25,9 @@
  */
 namespace gtksourceview
 {
-    void wrap_init () ;
+  /** Initializes wrapper types.
+   */
+  void wrap_init () ;
 }//end namespace gtksourceview
 
 #endif //_GTKSOURCEVIEWMM_WRAP_INIT_H



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