class Gio::IOExtensionPoint
- Gio::IOExtensionPoint
- Reference
- Object
Overview
#GIOExtensionPoint is an opaque data structure and can only be accessed using the following functions.
Defined in:
lib/gi-crystal/src/auto/gio-2.0/io_extension_point.crConstructors
Class Method Summary
- .implement(extension_point_name : String, type : UInt64, extension_name : String, priority : Int32) : Gio::IOExtension
- .lookup(name : String) : Gio::IOExtensionPoint
- .register(name : String) : Gio::IOExtensionPoint
Instance Method Summary
- #extension_by_name(name : String) : Gio::IOExtension
- #extensions : GLib::List
- #required_type : UInt64
- #required_type=(type : UInt64) : Nil
- #to_unsafe : Pointer(Void)
Constructor Detail
Class Method Detail
def self.implement(extension_point_name : String, type : UInt64, extension_name : String, priority : Int32) : Gio::IOExtension
#