Skip to content

fileutils|IOChannel: Don’t use @retval on out args [stable]

Daniel Boles requested to merge wip/dboles/retval-to-param-out-stable into glibmm-2-58
as it is for documenting particular values of the return variable.

Replace @retval with @param[out], and while here, reorder some arguments
in doc comments to match the order they have in function argument lists.

See gtkmm!9 (merged) for more disussion on the rationale for this.

Merge request reports