X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bus%2Fconnection.h;h=0e1751f63492a40d3bb0b13d6458b5c35cd04c05;hb=16ed767007722d7450e6f5a4e23fff0166f466dc;hp=c9360212d10906d2fe10ad431cd52f7dd1f39f8d;hpb=82495f4b4077b8bb60a9d0d23b13bbe54e79dae0;p=platform%2Fupstream%2Fdbus.git diff --git a/bus/connection.h b/bus/connection.h index c936021..0e1751f 100644 --- a/bus/connection.h +++ b/bus/connection.h @@ -43,6 +43,10 @@ void bus_connections_foreach (BusConnections void bus_connections_foreach_active (BusConnections *connections, BusConnectionForeachFunction function, void *data); +#ifdef ENABLE_KDBUS_TRANSPORT +DBusConnection* bus_connections_find_conn_by_name (BusConnections *connections, + const char* name); +#endif BusContext* bus_connections_get_context (BusConnections *connections); void bus_connections_increment_stamp (BusConnections *connections); BusContext* bus_connection_get_context (DBusConnection *connection); @@ -79,6 +83,10 @@ dbus_bool_t bus_connection_preallocate_oom_error (DBusConnection *connection); void bus_connection_send_oom_error (DBusConnection *connection, DBusMessage *in_reply_to); +#ifdef ENABLE_KDBUS_TRANSPORT +DBusList** bus_connection_get_services_owned (DBusConnection *connection); +#endif + /* called by signals.c */ dbus_bool_t bus_connection_add_match_rule (DBusConnection *connection, BusMatchRule *rule);