logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

How to create a DBus server: msg#00056

Subject: How to create a DBus server
Hi everyone,

i found some codes like these:

server = dbus_server_listen( "unix:tmpdir=/tmp",  &error );
...
dbus_server_set_new_connection_function( server,
                                           dbusNewConnection,
                                           0,  0 );


but i don't know what's the next thing to do?
How to use the server addree?
How to connect the server?

who can get me a full example(c/s)? or a document.

_______________________________________________
dbus mailing list
dbus-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@xxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dbus



<Prev in Thread] Current Thread [Next in Thread>