asynchronous error reporting

knightmanish knightmanish at gmail.com
Wed Oct 8 05:48:07 PDT 2008


Ross Burton wrote:
>Add the org.freedesktop.DBus.GLib.Async attribute to your methods and
>you'll get async server-side bindings.  These don't return anything and
>are passed a DBusGMethodInvocation*, which is used to return a
>result/error.  In the bound method you could start a thread or start an
>operation and wait for it to complete in the mail loop.  For an example
>of use, see eds-dbus, addressbook/libedata-book-dbus/e-data-book.c

I am looking for a way to async server side bindings using glib. I went
through current release of eds code. I think it doesn't use dbus anymore, it
is using CORBA now. Can you give me any other examples, please? 

--
manish



-- 
View this message in context: http://www.nabble.com/asynchronous-error-reporting-tp1246554p19877878.html
Sent from the Free Desktop - dbus mailing list archive at Nabble.com.



More information about the dbus mailing list