From 39d25c2abb403653d79ee01bb617464328073258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= Date: Thu, 9 Feb 2012 15:34:19 +0100 Subject: [PATCH] libnm-glib: add nm_device_get_state_reason() to libnm-glib.ver to export it It was forgotten in the previous commit --- libnm-glib/libnm-glib.ver | 1 + 1 file changed, 1 insertion(+) 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;