HomeSort by relevance Sort by last modified time
    Searched full:lfsd (Results 1 - 1 of 1) sorted by null

  /external/dbus/tools/
dbus-viewer.c 267 LoadFromServiceData *lfsd; local
269 lfsd = thread_data;
276 root_proxy = dbus_g_proxy_new_for_name (lfsd->connection,
277 lfsd->service_name,
283 root_proxy = dbus_g_proxy_new_for_name_owner (lfsd->connection,
284 lfsd->service_name,
287 &lfsd->error);
290 g_printerr ("Failed to get owner of '%s'\n", lfsd->service_name);
291 return lfsd->data;
295 if (!dbus_g_proxy_call (root_proxy, "Introspect", &lfsd->error
    [all...]

Completed in 377 milliseconds