class GLib::SourceCallbackFuncs
- GLib::SourceCallbackFuncs
- Reference
- Object
Overview
The GSourceCallbackFuncs
struct contains
functions for managing callback objects.
Defined in:
lib/gi-crystal/src/auto/g_lib-2.0/source_callback_funcs.crConstructors
- .new(pointer : Pointer(Void), transfer : GICrystal::Transfer)
- .new(ref : GLib::Ref? = nil, unref : GLib::Unref? = nil, get : Pointer(Void)? = nil)
Instance Method Summary
-
#==(other : self) : Bool
Returns
true
if this reference is the same as other. - #get : Pointer(Void)?
- #get!
- #get=(value : Pointer(Void)?)
- #ref : GLib::Ref
- #ref=(value : GLib::Ref)
- #to_unsafe
- #unref : GLib::Unref
- #unref=(value : GLib::Unref)
Constructor Detail
Instance Method Detail
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.