summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-types.h
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2009-08-20 11:30:52 -0500
committerDan Williams <dcbw@redhat.com>2009-08-20 11:30:52 -0500
commit0877323e8d87a39a85b5894f15be994c4b7df3e3 (patch)
treee36216809661dad9928221bcd9648ad2a89fb166 /libnm-glib/nm-types.h
parent0fb5560b797f5cdc66101f95cf068b34b2554ed1 (diff)
downloadNetworkManager-0877323e8d87a39a85b5894f15be994c4b7df3e3.tar.gz
libnm-glib: add NMIP6Config object that proxies device's IP6 config
Diffstat (limited to 'libnm-glib/nm-types.h')
-rw-r--r--libnm-glib/nm-types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libnm-glib/nm-types.h b/libnm-glib/nm-types.h
index e3a18923b0..eb3461f7d7 100644
--- a/libnm-glib/nm-types.h
+++ b/libnm-glib/nm-types.h
@@ -38,4 +38,13 @@ GType nm_string_array_get_type (void) G_GNUC_CONST;
#define NM_TYPE_OBJECT_ARRAY (nm_object_array_get_type ())
GType nm_object_array_get_type (void) G_GNUC_CONST;
+#define NM_TYPE_IP6_ADDRESS_OBJECT_ARRAY (nm_ip6_address_object_array_get_type ())
+GType nm_ip6_address_object_array_get_type (void) G_GNUC_CONST;
+
+#define NM_TYPE_IP6_ADDRESS_ARRAY (nm_ip6_address_array_get_type ())
+GType nm_ip6_address_array_get_type (void) G_GNUC_CONST;
+
+#define NM_TYPE_IP6_ROUTE_OBJECT_ARRAY (nm_ip6_route_object_array_get_type ())
+GType nm_ip6_route_object_array_get_type (void) G_GNUC_CONST;
+
#endif /* NM_TYPES_H */