Module Bindings.VFunc_info
include VFunc_info
type flags
=
|
Must_chain_up
chains up to the parent type
|
Must_override
overrides
|
Must_not_override
does not override
|
Throws
Includes a GError
val string_of_flag : flags -> string
module Flags = VFunc_info.Flags