summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-ip6-config.h
diff options
context:
space:
mode:
authorGiovanni Campagna <scampa.giovanni@gmail.com>2011-01-21 14:46:09 -0600
committerDan Williams <dcbw@redhat.com>2011-01-21 14:46:09 -0600
commit3ebecd2a295b40081321d1b3f26fb1204fe5d4c4 (patch)
treebc6c3f4cbda8086fb2d2fe7b614fe9bce1af79c8 /libnm-util/nm-setting-ip6-config.h
parent9067356856f56a949ef8af5838e3dc4acf506256 (diff)
downloadNetworkManager-3ebecd2a295b40081321d1b3f26fb1204fe5d4c4.tar.gz
introspection: add GObject introspection support (bgo #637032)
Add the necessary annotations (the mininum required, that is those on return values. NULL parameters or container types may require more), and the Autotools stuff to get a NetworkManager GIR for libnm-util and a NMClient for libnm-glib.
Diffstat (limited to 'libnm-util/nm-setting-ip6-config.h')
-rw-r--r--libnm-util/nm-setting-ip6-config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm-util/nm-setting-ip6-config.h b/libnm-util/nm-setting-ip6-config.h
index e3e286e684..b9733b4ac1 100644
--- a/libnm-util/nm-setting-ip6-config.h
+++ b/libnm-util/nm-setting-ip6-config.h
@@ -74,6 +74,8 @@ GQuark nm_setting_ip6_config_error_quark (void);
typedef struct NMIP6Address NMIP6Address;
+GType nm_ip6_address_get_type (void);
+
NMIP6Address * nm_ip6_address_new (void);
NMIP6Address * nm_ip6_address_dup (NMIP6Address *source);
void nm_ip6_address_ref (NMIP6Address *address);
@@ -95,6 +97,8 @@ void nm_ip6_address_set_gateway (NMIP6Address *address,
typedef struct NMIP6Route NMIP6Route;
+GType nm_ip6_route_get_type (void);
+
NMIP6Route * nm_ip6_route_new (void);
NMIP6Route * nm_ip6_route_dup (NMIP6Route *route);
void nm_ip6_route_ref (NMIP6Route *route);