libnm/trivial: fix code comment for internal header libnm/nm-manager.h

This commit is contained in:
Thomas Haller 2016-11-08 14:24:36 +01:00
parent 7aa936109f
commit e028edd1c5

View file

@ -72,7 +72,7 @@ typedef struct {
NMClientPermission permission,
NMClientPermissionResult result);
/* Beware: no more slots. Cannot extend struct without breaking ABI. */
/* nm-manager.h is internal API. We can add more slots without breaking ABI. */
} NMManagerClass;
GType nm_manager_get_type (void);