summaryrefslogtreecommitdiff
path: root/libnm-util/nm-setting-connection.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2014-06-06 12:30:03 -0400
committerDan Winship <danw@gnome.org>2014-06-19 17:45:02 -0400
commit9de24b16e83ca27322c09cde50648d7834820778 (patch)
treed39aae361a6266e726cf08f810d1de5fa8b8bfbd /libnm-util/nm-setting-connection.c
parent8487a4490c96a71cf1ee590b80716c5868233f64 (diff)
downloadNetworkManager-9de24b16e83ca27322c09cde50648d7834820778.tar.gz
libnm-util: fix gtk-doc bugs in NMSetting* properties
Fix misused gtk-doc annotations and incorrectly-identified properties. In particular, the upcoming introspection-based generate-settings-spec expands macro and enum values, so if you use '%' where you should have used '#', it will fail to find an expansion, and error out.
Diffstat (limited to 'libnm-util/nm-setting-connection.c')
-rw-r--r--libnm-util/nm-setting-connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-util/nm-setting-connection.c b/libnm-util/nm-setting-connection.c
index 7cc89f16c0..50dc6c59fd 100644
--- a/libnm-util/nm-setting-connection.c
+++ b/libnm-util/nm-setting-connection.c
@@ -1204,7 +1204,7 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class)
* NMSettingConnection:permissions:
*
* An array of strings defining what access a given user has to this
- * connection. If this is NULL or empty, all users are allowed to access
+ * connection. If this is %NULL or empty, all users are allowed to access
* this connection. Otherwise a user is allowed to access this connection
* if and only if they are in this list. Each entry is of the form
* "[type]:[id]:[reserved]", for example:
@@ -1300,7 +1300,7 @@ nm_setting_connection_class_init (NMSettingConnectionClass *setting_class)
*
* The trust level of a the connection.
* Free form case-insensitive string (for example "Home", "Work", "Public").
- * NULL or unspecified zone means the connection will be placed in the
+ * %NULL or unspecified zone means the connection will be placed in the
* default zone as defined by the firewall.
**/
g_object_class_install_property