summaryrefslogtreecommitdiff
path: root/src/up-device-list.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/up-device-list.h')
-rw-r--r--src/up-device-list.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/up-device-list.h b/src/up-device-list.h
index 709c893..85a06bb 100644
--- a/src/up-device-list.h
+++ b/src/up-device-list.h
@@ -61,6 +61,8 @@ gboolean up_device_list_insert (UpDeviceList *list,
GObject *device);
gboolean up_device_list_remove (UpDeviceList *list,
GObject *device);
+void up_device_list_clear (UpDeviceList *list,
+ gboolean unref_it);
GPtrArray *up_device_list_get_array (UpDeviceList *list);
G_END_DECLS