about summary refs log tree commit diff
path: root/src/nm-exported-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-exported-object.h')
-rw-r--r--src/nm-exported-object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nm-exported-object.h b/src/nm-exported-object.h
index 88efb6fe..c2c22804 100644
--- a/src/nm-exported-object.h
+++ b/src/nm-exported-object.h
@@ -74,7 +74,6 @@ const char *nm_exported_object_export      (NMExportedObject *self);
 const char *nm_exported_object_get_path    (NMExportedObject *self);
 gboolean    nm_exported_object_is_exported (NMExportedObject *self);
 void        nm_exported_object_unexport    (NMExportedObject *self);
-GSList *    nm_exported_object_get_interfaces (NMExportedObject *self);
 GDBusInterfaceSkeleton *nm_exported_object_get_interface_by_type (NMExportedObject *self, GType interface_type);
 
 void        _nm_exported_object_clear_and_unexport (NMExportedObject **location);