summaryrefslogtreecommitdiff
path: root/libnm/nm-dbus-helpers.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-09-02 10:22:57 +0200
committerThomas Haller <thaller@redhat.com>2019-09-21 14:58:26 +0200
commitbe3712f6fbdf79a44512cef5da4005b2c9710da7 (patch)
treec8932d56c5f035bb4073e7321f6c0f297c5016a5 /libnm/nm-dbus-helpers.h
parent908fadec964e028b3be3382a74d535b3c3324e2f (diff)
downloadNetworkManager-be3712f6fbdf79a44512cef5da4005b2c9710da7.tar.gz
libnm: drop nm_dbus_new_connection() helper API
We don't need a wrapper around g_bus_get*(). Just use it directly. I guess in the past this had some use when we were using a private socket too. Those days are gone. If we are going to re-introduce private socket support, then we probably should come up with a better solution.
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);