class GLib::SourceCallbackFuncs

Overview

The GSourceCallbackFuncs struct contains functions for managing callback objects.

Defined in:

lib/gi-crystal/src/auto/g_lib-2.0/source_callback_funcs.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(data : LibGLib::SourceCallbackFuncs, transfer : GICrystal::Transfer) #

def self.new(ref : GLib::Ref? = nil, unref : GLib::Unref? = nil) #

Instance Method Detail

def ==(other : self) : Bool #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def get : Pointer(Void)? #

def get! #

def ref : GLib::Ref #

def ref=(value : GLib::Ref) #

def to_unsafe #

def unref : GLib::Unref #

def unref=(value : GLib::Unref) #