[PyObjC-svn] r2264 - trunk/pyobjc/pyobjc-core/Modules/objc

[email protected] Sat, 11 Jul 2009 04:09:50 -0500
Newsgroups gmane.comp.python.pyobjc.cvs
Message-ID <[email protected]>
Author: ronaldoussoren
Date: Sat Jul 11 04:09:50 2009
New Revision: 2264

Log:
Header file change for previous checkin


Modified:
   trunk/pyobjc/pyobjc-core/Modules/objc/objc-object.h

Modified: trunk/pyobjc/pyobjc-core/Modules/objc/objc-object.h
==============================================================================
--- trunk/pyobjc/pyobjc-core/Modules/objc/objc-object.h	(original)
+++ trunk/pyobjc/pyobjc-core/Modules/objc/objc-object.h	Sat Jul 11 04:09:50 2009
@@ -40,6 +40,10 @@
 #define PyObjCObject_GetBlock(object) (((PyObjCBlockObject*)(object))->signature)
 #define PyObjCObject_SET_BLOCK(object, value) (((PyObjCBlockObject*)(object))->signature = (value))
 
+PyObject* PyObjCObject_GetAttr(PyObject* object, PyObject* key);
+PyObject* PyObjCObject_GetAttrString(PyObject* object, char* key);
+
+
 PyObject* PyObjCObject_NewTransient(id objc_object, int* cookie);
 void PyObjCObject_ReleaseTransient(PyObject* proxy, int cookie);
 

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge