mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 05:20:32 +01:00
libnm-util: fix up some GObject introspection annotations
This commit is contained in:
parent
d0187fbbc6
commit
ea3f60add4
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ static const char *valid_s390_opts[] = {
|
|||
*
|
||||
* Creates a new #NMSettingWired object with default values.
|
||||
*
|
||||
* Returns: the new empty #NMSettingWired object
|
||||
* Returns: (transfer full): the new empty #NMSettingWired object
|
||||
**/
|
||||
NMSetting *
|
||||
nm_setting_wired_new (void)
|
||||
|
|
|
|||
|
|
@ -333,7 +333,7 @@ nm_setting_wireless_ap_security_compatible (NMSettingWireless *s_wireless,
|
|||
*
|
||||
* Creates a new #NMSettingWireless object with default values.
|
||||
*
|
||||
* Returns: the new empty #NMSettingWireless object
|
||||
* Returns: (transfer full): the new empty #NMSettingWireless object
|
||||
**/
|
||||
NMSetting *
|
||||
nm_setting_wireless_new (void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue