[Galago-commits] r2676 - in trunk/galago-python: . src
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Wed Apr 5 02:12:22 PDT 2006
Author: chipx86
Date: 2006-04-05 02:12:20 -0700 (Wed, 05 Apr 2006)
New Revision: 2676
Modified:
trunk/galago-python/ChangeLog
trunk/galago-python/src/galago.defs
Log:
Update the defs for the GalagoCore object.
Modified: trunk/galago-python/ChangeLog
===================================================================
--- trunk/galago-python/ChangeLog 2006-04-05 09:11:28 UTC (rev 2675)
+++ trunk/galago-python/ChangeLog 2006-04-05 09:12:20 UTC (rev 2676)
@@ -1,3 +1,8 @@
+Wed Apr 05 02:11:45 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * src/galago.defs:
+ - Update the defs for the GalagoCore object.
+
Tue Apr 04 23:06:43 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* src/galago.override:
Modified: trunk/galago-python/src/galago.defs
===================================================================
--- trunk/galago-python/src/galago.defs 2006-04-05 09:11:28 UTC (rev 2675)
+++ trunk/galago-python/src/galago.defs 2006-04-05 09:12:20 UTC (rev 2676)
@@ -14,6 +14,13 @@
(gtype-id "GALAGO_TYPE_IMAGE")
)
+(define-object Core
+ (in-module "Galago")
+ (parent "GalagoObject")
+ (c-name "GalagoCore")
+ (gtype-id "GALAGO_TYPE_CORE")
+)
+
(define-object Context
(in-module "Galago")
(parent "GalagoObject")
@@ -354,6 +361,11 @@
;; From /usr/include/libgalago/galago-core.h
+(define-function galago_core_get_type
+ (c-name "galago_core_get_type")
+ (return-type "GType")
+)
+
(define-function init
(c-name "galago_init")
(return-type "gboolean")
More information about the galago-commits
mailing list