core: drop unused nm_dbus_utils_g_value_set_object_path_array() function

This commit is contained in:
Thomas Haller
2018-03-29 08:19:34 +02:00
parent 03b1a1011f
commit a399e2b8ff
2 changed files with 0 additions and 32 deletions

View File

@@ -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);