diff options
| author | Michael Biebl <biebl@debian.org> | 2020-04-11 21:28:04 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-04-11 21:28:04 +0200 |
| commit | 1e5977b62f896e844b548c3007ace9e1dfa7f9ed (patch) | |
| tree | 7a7416ed410e72b6200f3d860fd315ec11cc106b /libnm/nm-object.h | |
| parent | b012fa6e1d808e0736c009799c62d835cbfcc1dd (diff) | |
New upstream version 1.23.90 upstream/1.23.90
Diffstat (limited to 'libnm/nm-object.h')
| -rw-r--r-- | libnm/nm-object.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libnm/nm-object.h b/libnm/nm-object.h index 88c34a9e..18b44d8a 100644 --- a/libnm/nm-object.h +++ b/libnm/nm-object.h @@ -31,7 +31,10 @@ typedef struct _NMObjectClass NMObjectClass; GType nm_object_get_type (void); -const char *nm_object_get_path (NMObject *object); +const char *nm_object_get_path (NMObject *object); + +NM_AVAILABLE_IN_1_24 +NMClient *nm_object_get_client (NMObject *object); G_END_DECLS |