[glibmm] Tell the documentation generator about MatchInfo.



commit baf36358e19fd8cd438f04a2ba5dc700d7a421ad
Author: Murray Cumming <murrayc murrayc com>
Date:   Wed Dec 15 11:07:35 2010 +0100

    Tell the documentation generator about MatchInfo.
    
    * glib/src/glib_extra_objects.defs: Added GMatchInfo here.

 ChangeLog                        |    6 ++++++
 glib/src/glib_extra_objects.defs |    5 +++++
 2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 65e6c79..ac9f4d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-15  Murray Cumming  <murrayc murrayc com>
+
+	Tell the documentation generator about MatchInfo.
+
+	* glib/src/glib_extra_objects.defs: Added GMatchInfo here.
+
 2.27.4.1:
 
 2010-12-14  José Alburquerque  <jaalburqu svn gnome org>
diff --git a/glib/src/glib_extra_objects.defs b/glib/src/glib_extra_objects.defs
index a2176d4..cc29100 100644
--- a/glib/src/glib_extra_objects.defs
+++ b/glib/src/glib_extra_objects.defs
@@ -24,6 +24,11 @@
   (gtype-id "G_TYPE_KEY_FILE")
 )
 
+(define-object MatchInfo
+  (in-module "GLib")
+  (c-name "GMatchInfo")
+  (gtype-id "G_TYPE_MATCH_INFO")
+)
 
 (define-object Regex
   (in-module "GLib")



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