dbus java equivalent function

Victor Yeo victoryeo1974 at gmail.com
Thu Sep 5 10:11:00 UTC 2019


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


More information about the dbus mailing list