diff options
Diffstat (limited to 'src/libnm-core-impl/nm-setting-8021x.c')
| -rw-r--r-- | src/libnm-core-impl/nm-setting-8021x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libnm-core-impl/nm-setting-8021x.c b/src/libnm-core-impl/nm-setting-8021x.c index 1bc4de9d..626673e8 100644 --- a/src/libnm-core-impl/nm-setting-8021x.c +++ b/src/libnm-core-impl/nm-setting-8021x.c @@ -208,9 +208,9 @@ G_DEFINE_TYPE(NMSetting8021x, nm_setting_802_1x, NM_TYPE_SETTING) /** * nm_setting_802_1x_check_cert_scheme: - * @pdata: (allow-none): the data pointer + * @pdata: (nullable): the data pointer * @length: the length of the data - * @error: (allow-none) (out): validation reason + * @error: validation reason * * Determines and verifies the blob type. * When setting certificate properties of NMSetting8021x |