summaryrefslogtreecommitdiffstats
path: root/gdbus/gdbus.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbus/gdbus.h')
-rw-r--r--gdbus/gdbus.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbus/gdbus.h b/gdbus/gdbus.h
index fa618a52..244f7977 100644
--- a/gdbus/gdbus.h
+++ b/gdbus/gdbus.h
@@ -43,8 +43,6 @@ DBusConnection *g_dbus_setup_bus(DBusBusType type, const char *name,
gboolean g_dbus_request_name(DBusConnection *connection, const char *name,
DBusError *error);
-gboolean g_dbus_check_service(DBusConnection *connection, const char *name);
-
gboolean g_dbus_set_disconnect_function(DBusConnection *connection,
GDBusWatchFunction function,
void *user_data, DBusFreeFunction destroy);