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:
Thomas Haller 2023-03-01 08:25:57 +01:00
parent dd5e769f24
commit 336b46d1c2
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -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.