dbus java equivalent function
Victor Yeo <[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <CADX0rsZdwJNRUWqPRK8_PyLqTQWmtMUutxBdyCz2icNN6PLzsQ@mail.gmail.com> |
hi,
What is the dbus java equivalent function of the following?
proxy = g_dbus_proxy_new_sync(conn,
G_DBUS_PROXY_FLAGS_NONE,
NULL,
/* GDBusInterfaceInfo */
"org.example.TestServer",
/* name */
"/org/example/TestObject",
/* object path */
"org.example.TestInterface",
/* interface */
NULL,
/* GCancellable */
&error);
Regards
Vic
_______________________________________________
dbus mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/dbus