mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 05:50:12 +01:00
ifcfg-rh: fix wrong (transfer-full) annotation in internal code
The annotation is wrong. However, we don't generate gtk-doc/introspection data for such internal code, so it doesn't really matter.
This commit is contained in:
parent
dd5e769f24
commit
336b46d1c2
1 changed files with 1 additions and 1 deletions
|
|
@ -917,7 +917,7 @@ enum {
|
|||
* @options_route: (in-out): when line is from the OPTIONS setting, this is a pre-created
|
||||
* route object that is completed with the settings from options. Otherwise,
|
||||
* it shall point to %NULL and a new route is created and returned.
|
||||
* @out_route: (out) (transfer-full) (allow-none): the parsed %NMIPRoute instance.
|
||||
* @out_route: (out) (transfer full) (allow-none): the parsed %NMIPRoute instance.
|
||||
* In case a @options_route is passed in, it returns the input route that was modified
|
||||
* in-place. But the caller must unref the returned route in either case.
|
||||
* @error: the failure description.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue