summaryrefslogtreecommitdiff
path: root/libnm/nm-dbus-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-dbus-helpers.h')
-rw-r--r--libnm/nm-dbus-helpers.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libnm/nm-dbus-helpers.h b/libnm/nm-dbus-helpers.h
index 381f35f68d..afc0493308 100644
--- a/libnm/nm-dbus-helpers.h
+++ b/libnm/nm-dbus-helpers.h
@@ -14,15 +14,6 @@
GBusType _nm_dbus_bus_type (void);
-GDBusConnection *_nm_dbus_new_connection (GCancellable *cancellable,
- GError **error);
-
-void _nm_dbus_new_connection_async (GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-GDBusConnection *_nm_dbus_new_connection_finish (GAsyncResult *result,
- GError **error);
-
gboolean _nm_dbus_is_connection_private (GDBusConnection *connection);
void _nm_dbus_proxy_replace_match (GDBusProxy *proxy);