/** * foo_object_read: (virtual read_fn) * @object: obj * @offset: offset * @length: length * * Read some stuff. */ foo_object_read virtual object obj offset offset length length Read some stuff. /** * foo_object_read: (virtual read_fn) * @object: obj * @offset: offset * @length: length * * Read some stuff. */ /** * foo_object_read: * @object: obj * @offset: offset * @length: length * * Read some stuff. * * Virtual: read_fn */ foo_object_read virtual object obj offset offset length length Read some stuff. 9: Warning: Test: GObject-Introspection specific GTK-Doc tag "Virtual" has been deprecated, please use annotations on the identifier instead: * Virtual: read_fn ^ /** * foo_object_read: (virtual read_fn) * @object: obj * @offset: offset * @length: length * * Read some stuff. */ /** * foo_object_read: * * Virtual: read_fn * * Read some stuff. */ foo_object_read virtual Read some stuff. 4: Warning: Test: GObject-Introspection specific GTK-Doc tag "Virtual" has been deprecated, please use annotations on the identifier instead: * Virtual: read_fn ^ /** * foo_object_read: (virtual read_fn) * * Read some stuff. */