summaryrefslogtreecommitdiff
path: root/src/nm-dbus-utils.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-03-29 08:19:34 +0200
committerThomas Haller <thaller@redhat.com>2018-04-04 14:02:13 +0200
commita399e2b8ffc10510023c0e4671f18d6554d899e0 (patch)
treeb23b1e221fd32f46d2d97438a6d0700cb19107e1 /src/nm-dbus-utils.h
parent03b1a1011f416999d8cb199d98fec2a12485c7ab (diff)
downloadNetworkManager-a399e2b8ffc10510023c0e4671f18d6554d899e0.tar.gz
core: drop unused nm_dbus_utils_g_value_set_object_path_array() function
Diffstat (limited to 'src/nm-dbus-utils.h')
-rw-r--r--src/nm-dbus-utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/nm-dbus-utils.h b/src/nm-dbus-utils.h
index e556cdd1b0..1d9c92ec36 100644
--- a/src/nm-dbus-utils.h
+++ b/src/nm-dbus-utils.h
@@ -166,11 +166,6 @@ GVariant *nm_dbus_utils_get_property (GObject *obj,
void nm_dbus_utils_g_value_set_object_path (GValue *value, gpointer object);
-void nm_dbus_utils_g_value_set_object_path_array (GValue *value,
- GSList *objects,
- gboolean (*filter_func) (GObject *object, gpointer user_data),
- gpointer user_data);
-
void nm_dbus_utils_g_value_set_object_path_from_hash (GValue *value,
GHashTable *hash,
gboolean expect_all_exported);