beagle r3945 - in trunk/libbeagle: beagle wrappers/python wrappers/python/examples



Author: dbera
Date: 2007-09-07 00:14:24 +0100 (Fri, 07 Sep 2007)
New Revision: 3945
ViewCVS link: http://svn.gnome.org/viewcvs/beagle?rev=3945&view=rev

Added:
   trunk/libbeagle/wrappers/python/examples/
   trunk/libbeagle/wrappers/python/examples/beagle-async-snippet.py
   trunk/libbeagle/wrappers/python/examples/beagleinfo.py
   trunk/libbeagle/wrappers/python/examples/beaglesearch.py
Removed:
   trunk/libbeagle/wrappers/python/beagleinfo.py
   trunk/libbeagle/wrappers/python/beaglesearch.py
Modified:
   trunk/libbeagle/beagle/beagle-request.c
   trunk/libbeagle/beagle/beagle-snippet-request.c
   trunk/libbeagle/wrappers/python/beagle.defs
   trunk/libbeagle/wrappers/python/beagle.override
   trunk/libbeagle/wrappers/python/gen-defs.sh
Log:
* Revert 3944. It does not make sense. If I request a callback to be called on some object, I should be responsible for making sure the object persists. If I want to automatically make sure that my object is not disposed off before the handler is called, then there are other (connect_object) methods that should be used.
* Incorrect variable was unref-fed in beagle-snippet-request.c
* Add Beagle.Indexable as a type to the python bindings.
* Move all the examples to its own directory and provide an example of asynchronously retrieving snippets.





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