Lines Matching full:path
147 struct generic_data *data, const char *path)
158 g_string_append_printf(gstr, "<node name=\"%s\">\n", path);
171 if (!dbus_connection_list_registered(conn, path, &children))
333 const char *path)
337 if (dbus_connection_get_object_path_data(connection, path,
351 if (!dbus_connection_register_object_path(connection, path,
358 invalidate_parent_data(connection, path);
363 static void object_path_unref(DBusConnection *connection, const char *path)
367 if (dbus_connection_get_object_path_data(connection, path,
379 invalidate_parent_data(connection, path);
381 dbus_connection_unregister_object_path(connection, path);
384 static gboolean check_signal(DBusConnection *conn, const char *path,
393 if (!dbus_connection_get_object_path_data(conn, path,
395 error("dbus_connection_emit_signal: path %s isn't registered",
396 path);
403 path, interface);
423 const char *path,
433 if (!check_signal(conn, path, interface, name, &args))
436 signal = dbus_message_new_signal(path, interface, name);
463 const char *path, const char *name,
473 data = object_path_ref(connection, path);
498 const char *path, const char *name)
503 if (!path)
506 if (dbus_connection_get_object_path_data(connection, path,
528 object_path_unref(connection, path);
636 const char *path, const char *interface,
644 result = emit_signal_valist(connection, path, interface,
653 const char *path, const char *interface,
656 return emit_signal_valist(connection, path, interface,