summary refs log tree commit diff
path: root/src/nm-active-connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-active-connection.h')
-rw-r--r--src/nm-active-connection.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/nm-active-connection.h b/src/nm-active-connection.h
index 6a463cb2..5dde3087 100644
--- a/src/nm-active-connection.h
+++ b/src/nm-active-connection.h
@@ -35,8 +35,16 @@
 
 char *nm_active_connection_get_next_object_path (void);
 
-void nm_active_connection_install_type_info (GObjectClass *klass);
-
 void nm_active_connection_scope_to_value (NMConnection *connection, GValue *value);
 
+void nm_active_connection_install_properties (GObjectClass *object_class,
+                                              guint prop_service_name,
+                                              guint prop_connection,
+                                              guint prop_specific_object,
+                                              guint prop_devices,
+                                              guint prop_state,
+                                              guint prop_default,
+                                              guint prop_default6,
+                                              guint prop_vpn);
+
 #endif /* NM_ACTIVE_CONNECTION_H */