core: drop unused nm_dbus_utils_g_value_set_object_path_array() function
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user