diff options
Diffstat (limited to 'libnm/nm-object.h')
| -rw-r--r-- | libnm/nm-object.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libnm/nm-object.h b/libnm/nm-object.h index b42f160d..fcfc718c 100644 --- a/libnm/nm-object.h +++ b/libnm/nm-object.h @@ -40,6 +40,9 @@ G_BEGIN_DECLS #define NM_OBJECT_PATH "path" #define NM_OBJECT_DBUS_CONNECTION "dbus-connection" +/** + * NMObject: + */ struct _NMObject { GObject parent; }; |