diff options
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 |