X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fglib.git;a=blobdiff_plain;f=gio%2Fgdbusconnection.h;h=eefdb288d9d0b88087499c59d7891e4d1b3fd3b0;hp=8ffd094932129a30bbf1e0be5d4711e50e57c2c3;hb=a3d86afa81ff34ce797a3928fd619ead219a37af;hpb=356a3987cee7ceddcb3fe623edf0bd2881895add diff --git a/gio/gdbusconnection.h b/gio/gdbusconnection.h index 8ffd094..eefdb28 100644 --- a/gio/gdbusconnection.h +++ b/gio/gdbusconnection.h @@ -93,40 +93,32 @@ GDBusConnection *g_dbus_connection_new_for_address_sync (const gchar GLIB_AVAILABLE_IN_2_40 gchar *g_dbus_get_bus_id (GDBusConnection *connection, - gint timeout_msec, GError **error); GLIB_AVAILABLE_IN_2_40 gchar **g_dbus_get_list_names (GDBusConnection *connection, - gint timeout_msec, GError **error); GLIB_AVAILABLE_IN_2_40 gchar **g_dbus_get_list_activatable_names (GDBusConnection *connection, - gint timeout_msec, GError **error); GLIB_AVAILABLE_IN_2_40 gchar **g_dbus_get_list_queued_owners (GDBusConnection *connection, const gchar *name, - gint timeout_msec, GError **error); GLIB_AVAILABLE_IN_2_40 gchar *g_dbus_get_name_owner (GDBusConnection *connection, const gchar *name, - gint timeout_msec, GError **error); GLIB_AVAILABLE_IN_2_40 gboolean g_dbus_name_has_owner (GDBusConnection *connection, const gchar *name, - gint timeout_msec, GError **error); GLIB_AVAILABLE_IN_2_40 guint32 g_dbus_get_connection_pid (GDBusConnection *connection, const gchar *name, - gint timeout_msec, GError **error); GLIB_AVAILABLE_IN_2_40 guint32 g_dbus_get_connection_uid (GDBusConnection *connection, const gchar *name, - gint timeout_msec, GError **error); /* ---------------------------------------------------------------------------------------------------- */