class Gio::IOExtensionPoint

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.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(pointer : Pointer(Void), transfer : GICrystal::Transfer) #

[View source]

Class Method Detail

def self.implement(extension_point_name : String, type : UInt64, extension_name : String, priority : Int32) : Gio::IOExtension #

[View source]
def self.lookup(name : String) : Gio::IOExtensionPoint #

[View source]
def self.register(name : String) : Gio::IOExtensionPoint #

[View source]

Instance Method Detail

def extension_by_name(name : String) : Gio::IOExtension #

[View source]
def extensions : GLib::List #

[View source]
def required_type : UInt64 #

[View source]
def required_type=(type : UInt64) : Nil #

[View source]
def to_unsafe : Pointer(Void) #

[View source]