From 263bf4c0c89bb88dc995acd9a6a2de9095fbd461 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Tue, 23 Aug 2011 19:16:47 +0200 Subject: Imported Upstream version 0.9.0 --- docs/libnm-glib/html/NMClient.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'docs/libnm-glib/html/NMClient.html') diff --git a/docs/libnm-glib/html/NMClient.html b/docs/libnm-glib/html/NMClient.html index 26d99de0..48fe024f 100644 --- a/docs/libnm-glib/html/NMClient.html +++ b/docs/libnm-glib/html/NMClient.html @@ -62,6 +62,8 @@ enum GPtrArray * nm_client_get_devices (NMClient *client); NMDevice * nm_client_get_device_by_path (NMClient *client, const char *object_path); +NMDevice * nm_client_get_device_by_iface (NMClient *client, + const char *iface); void (*NMClientActivateFn) (NMClient *client, NMActiveConnection *active_connection, GError *error, @@ -370,7 +372,35 @@ Gets a

Returns :

-the
NMDevice for the given object_path or NULL if none is found. [transfer none] +the NMDevice for the given object_path or NULL if none is found. [transfer none] + + + + + +
+
+

nm_client_get_device_by_iface ()

+
NMDevice *          nm_client_get_device_by_iface       (NMClient *client,
+                                                         const char *iface);
+

+Gets a NMDevice from a NMClient. +

+
++ + + + + + + + + + + + -- cgit 1.3.0-6-gf8a5

client :

a NMClient +

iface :

the interface name to search for

Returns :

the NMDevice for the given iface or NULL if none is found. [transfer none]