diff --git a/libnm-util/nm-setting-bond.c b/libnm-util/nm-setting-bond.c index 891f648a8..b7994f4a7 100644 --- a/libnm-util/nm-setting-bond.c +++ b/libnm-util/nm-setting-bond.c @@ -103,7 +103,7 @@ nm_setting_bond_new (void) } /** - * nm_setting_bond_get_interface_name + * nm_setting_bond_get_interface_name: * @setting: the #NMSettingBond * * Returns: the #NMSettingBond:interface-name property of the setting diff --git a/libnm-util/nm-setting-ppp.c b/libnm-util/nm-setting-ppp.c index 6b1fd5aca..ee9b5f590 100644 --- a/libnm-util/nm-setting-ppp.c +++ b/libnm-util/nm-setting-ppp.c @@ -117,7 +117,7 @@ nm_setting_ppp_new (void) } /** - * nm_setting_wired_get_noauth: + * nm_setting_ppp_get_noauth: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:noauth property of the setting @@ -131,7 +131,7 @@ nm_setting_ppp_get_noauth (NMSettingPPP *setting) } /** - * nm_setting_wired_get_refuse_eap: + * nm_setting_ppp_get_refuse_eap: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:refuse-eap property of the setting @@ -145,7 +145,7 @@ nm_setting_ppp_get_refuse_eap (NMSettingPPP *setting) } /** - * nm_setting_wired_get_refuse_pap: + * nm_setting_ppp_get_refuse_pap: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:refuse-pap property of the setting @@ -159,7 +159,7 @@ nm_setting_ppp_get_refuse_pap (NMSettingPPP *setting) } /** - * nm_setting_wired_get_refuse_chap: + * nm_setting_ppp_get_refuse_chap: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:refuse-chap property of the setting @@ -173,7 +173,7 @@ nm_setting_ppp_get_refuse_chap (NMSettingPPP *setting) } /** - * nm_setting_wired_get_refuse_mschap: + * nm_setting_ppp_get_refuse_mschap: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:refuse-mschap property of the setting @@ -187,7 +187,7 @@ nm_setting_ppp_get_refuse_mschap (NMSettingPPP *setting) } /** - * nm_setting_wired_get_refuse_mschapv2: + * nm_setting_ppp_get_refuse_mschapv2: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:refuse-mschapv2 property of the setting @@ -201,7 +201,7 @@ nm_setting_ppp_get_refuse_mschapv2 (NMSettingPPP *setting) } /** - * nm_setting_wired_get_nobsdcomp: + * nm_setting_ppp_get_nobsdcomp: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:nobsdcomp property of the setting @@ -215,7 +215,7 @@ nm_setting_ppp_get_nobsdcomp (NMSettingPPP *setting) } /** - * nm_setting_wired_get_nodeflate: + * nm_setting_ppp_get_nodeflate: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:nodeflate property of the setting @@ -229,7 +229,7 @@ nm_setting_ppp_get_nodeflate (NMSettingPPP *setting) } /** - * nm_setting_wired_get_no_vj_comp: + * nm_setting_ppp_get_no_vj_comp: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:no-vj-comp property of the setting @@ -243,7 +243,7 @@ nm_setting_ppp_get_no_vj_comp (NMSettingPPP *setting) } /** - * nm_setting_wired_get_require_mppe: + * nm_setting_ppp_get_require_mppe: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:require-mppe property of the setting @@ -257,7 +257,7 @@ nm_setting_ppp_get_require_mppe (NMSettingPPP *setting) } /** - * nm_setting_wired_get_require_mppe_128: + * nm_setting_ppp_get_require_mppe_128: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:require-mppe-128 property of the setting @@ -271,7 +271,7 @@ nm_setting_ppp_get_require_mppe_128 (NMSettingPPP *setting) } /** - * nm_setting_wired_get_mppe_stateful: + * nm_setting_ppp_get_mppe_stateful: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:mppe-stateful property of the setting @@ -285,7 +285,7 @@ nm_setting_ppp_get_mppe_stateful (NMSettingPPP *setting) } /** - * nm_setting_wired_get_crtscts: + * nm_setting_ppp_get_crtscts: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:crtscts property of the setting @@ -299,7 +299,7 @@ nm_setting_ppp_get_crtscts (NMSettingPPP *setting) } /** - * nm_setting_wired_get_baud: + * nm_setting_ppp_get_baud: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:baud property of the setting @@ -313,7 +313,7 @@ nm_setting_ppp_get_baud (NMSettingPPP *setting) } /** - * nm_setting_wired_get_mru: + * nm_setting_ppp_get_mru: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:mru property of the setting @@ -327,7 +327,7 @@ nm_setting_ppp_get_mru (NMSettingPPP *setting) } /** - * nm_setting_wired_get_mtu: + * nm_setting_ppp_get_mtu: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:mtu property of the setting @@ -341,7 +341,7 @@ nm_setting_ppp_get_mtu (NMSettingPPP *setting) } /** - * nm_setting_wired_get_lcp_echo_failure: + * nm_setting_ppp_get_lcp_echo_failure: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:lcp-echo-failure property of the setting @@ -355,7 +355,7 @@ nm_setting_ppp_get_lcp_echo_failure (NMSettingPPP *setting) } /** - * nm_setting_wired_get_lcp_echo_interval: + * nm_setting_ppp_get_lcp_echo_interval: * @setting: the #NMSettingPPP * * Returns: the #NMSettingPPP:lcp-echo-interval property of the setting diff --git a/libnm-util/nm-setting-pppoe.c b/libnm-util/nm-setting-pppoe.c index e25c09262..62c42f018 100644 --- a/libnm-util/nm-setting-pppoe.c +++ b/libnm-util/nm-setting-pppoe.c @@ -105,7 +105,7 @@ nm_setting_pppoe_get_service (NMSettingPPPOE *setting) } /** - * nm_setting_pppoe_get_service: + * nm_setting_pppoe_get_username: * @setting: the #NMSettingPPPOE * * Returns: the #NMSettingPPPOE:username property of the setting @@ -119,7 +119,7 @@ nm_setting_pppoe_get_username (NMSettingPPPOE *setting) } /** - * nm_setting_pppoe_get_service: + * nm_setting_pppoe_get_password: * @setting: the #NMSettingPPPOE * * Returns: the #NMSettingPPPOE:password property of the setting diff --git a/libnm-util/nm-setting-vlan.c b/libnm-util/nm-setting-vlan.c index 196a38bef..b65b61972 100644 --- a/libnm-util/nm-setting-vlan.c +++ b/libnm-util/nm-setting-vlan.c @@ -221,7 +221,7 @@ set_map (NMSettingVlan *self, NMVlanPriorityMap map, GSList *list) } /** - * nm_setting_vlan_add_priority_str + * nm_setting_vlan_add_priority_str: * @setting: the #NMSettingVlan * @map: the type of priority map * @str: the string which contains a priority map, like "3:7" diff --git a/libnm-util/nm-setting-wireless-security.c b/libnm-util/nm-setting-wireless-security.c index 98473120a..336773c88 100644 --- a/libnm-util/nm-setting-wireless-security.c +++ b/libnm-util/nm-setting-wireless-security.c @@ -59,7 +59,7 @@ **/ /** - * nm_setting_wired_error_quark: + * nm_setting_wireless_security_error_quark: * * Registers an error quark for #NMSettingWired if necessary. * diff --git a/libnm-util/nm-setting-wireless.h b/libnm-util/nm-setting-wireless.h index 72216a94f..abbf231a2 100644 --- a/libnm-util/nm-setting-wireless.h +++ b/libnm-util/nm-setting-wireless.h @@ -86,7 +86,7 @@ GQuark nm_setting_wireless_error_quark (void); #define NM_SETTING_WIRELESS_MODE_ADHOC "adhoc" /** - * NM_SETTING_WIRELESS_MODE_INFRA + * NM_SETTING_WIRELESS_MODE_INFRA: * * Indicates infrastructure mode where an access point is expected to be present * for this connection. diff --git a/libnm-util/nm-utils.c b/libnm-util/nm-utils.c index a8806206d..f76d0e101 100644 --- a/libnm-util/nm-utils.c +++ b/libnm-util/nm-utils.c @@ -1889,7 +1889,7 @@ nm_utils_ip6_routes_to_gvalue (GSList *list, GValue *value) /* FIXME: the Posix namespace does not exist, and thus neither does the in6_addr struct. Marking (skip) for now */ /** - * nm_utils_ip6_dns_from_gvalue: (skip): + * nm_utils_ip6_dns_from_gvalue: (skip) * @value: a #GValue * * Converts a #GValue containing a #GPtrArray of IP6 DNS, represented as @@ -1925,7 +1925,7 @@ nm_utils_ip6_dns_from_gvalue (const GValue *value) } /** - * nm_utils_ip6_dns_to_gvalue: (skip): + * nm_utils_ip6_dns_to_gvalue: (skip) * @list: a list of #NMIP6Route objects * @value: a pointer to a #GValue into which to place the converted DNS server * addresses, which should be unset by the caller (when no longer needed) with