[Galago-commits] r2679 - in trunk/galago-python: . src

galago-commits at freedesktop.org galago-commits at freedesktop.org
Wed Apr 5 02:29:53 PDT 2006


Author: chipx86
Date: 2006-04-05 02:29:51 -0700 (Wed, 05 Apr 2006)
New Revision: 2679

Modified:
   trunk/galago-python/ChangeLog
   trunk/galago-python/src/galago.defs
Log:
Update for the new galago_get_core() return type.


Modified: trunk/galago-python/ChangeLog
===================================================================
--- trunk/galago-python/ChangeLog	2006-04-05 09:29:05 UTC (rev 2678)
+++ trunk/galago-python/ChangeLog	2006-04-05 09:29:51 UTC (rev 2679)
@@ -1,3 +1,8 @@
+Wed Apr 05 02:28:37 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* src/galago.defs:
+	  - Update for the new galago_get_core() return type.
+
 Wed Apr 05 02:11:45 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* src/galago.defs:

Modified: trunk/galago-python/src/galago.defs
===================================================================
--- trunk/galago-python/src/galago.defs	2006-04-05 09:29:05 UTC (rev 2678)
+++ trunk/galago-python/src/galago.defs	2006-04-05 09:29:51 UTC (rev 2679)
@@ -518,7 +518,7 @@
 
 (define-function get_core
   (c-name "galago_get_core")
-  (return-type "GalagoObject*")
+  (return-type "GalagoCore*")
 )
 
 



More information about the galago-commits mailing list