mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 19:18:00 +02:00
libnm-util: add some missing GObject introspection annotations
This commit is contained in:
parent
2c401887aa
commit
86854167d6
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ enum {
|
|||
*
|
||||
* Creates a new #NMSettingBluetooth object with default values.
|
||||
*
|
||||
* Returns: the new empty #NMSettingBluetooth object
|
||||
* Returns: (transfer full): the new empty #NMSettingBluetooth object
|
||||
**/
|
||||
NMSetting *nm_setting_bluetooth_new (void)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ enum {
|
|||
*
|
||||
* Creates a new #NMSettingPPPOE object with default values.
|
||||
*
|
||||
* Returns: the new empty #NMSettingPPPOE object
|
||||
* Returns: (transfer full): the new empty #NMSettingPPPOE object
|
||||
**/
|
||||
NMSetting *
|
||||
nm_setting_pppoe_new (void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue