summaryrefslogtreecommitdiff
path: root/libnm-glib
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2012-02-09 15:34:19 +0100
committerJiří Klimeš <jklimes@redhat.com>2012-02-09 15:34:19 +0100
commit39d25c2abb403653d79ee01bb617464328073258 (patch)
tree74f9c83456ffd8675cdf129293f2dab5e1c048bd /libnm-glib
parent81b697c57bb289bb7029377d9b19659634ba8817 (diff)
downloadNetworkManager-39d25c2abb403653d79ee01bb617464328073258.tar.gz
libnm-glib: add nm_device_get_state_reason() to libnm-glib.ver to export it
It was forgotten in the previous commit
Diffstat (limited to 'libnm-glib')
-rw-r--r--libnm-glib/libnm-glib.ver1
1 files changed, 1 insertions, 0 deletions
diff --git a/libnm-glib/libnm-glib.ver b/libnm-glib/libnm-glib.ver
index 5c84df390c..a08f061175 100644
--- a/libnm-glib/libnm-glib.ver
+++ b/libnm-glib/libnm-glib.ver
@@ -84,6 +84,7 @@ global:
nm_device_get_managed;
nm_device_get_product;
nm_device_get_state;
+ nm_device_get_state_reason;
nm_device_get_type;
nm_device_get_udi;
nm_device_get_vendor;