/** * annotation_object_inout: * @object: a #GObject * @inoutarg: (inout) (allow-none): This is an argument test * * This is a test for out arguments * * Return value: (allow-none): an int */ annotation_object_inout object a #GObject inoutarg inout allow-none This is an argument test This is a test for out arguments returns allow-none an int /** * annotation_object_inout: * @object: a #GObject * @inoutarg: (inout) (allow-none): This is an argument test * * This is a test for out arguments * * Returns: (allow-none): an int */