Package org.robovm.apple.corefoundation
Class CFRunLoopSourceContext
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<CFRunLoopSourceContext>
org.robovm.apple.corefoundation.CFRunLoopSourceContext
- All Implemented Interfaces:
Iterable<CFRunLoopSourceContext>
public class CFRunLoopSourceContext extends Struct<CFRunLoopSourceContext>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFRunLoopSourceContext.CFRunLoopSourceContextPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description CFRunLoopSourceContext()CFRunLoopSourceContext(long version, VoidPtr info, FunctionPtr retain, FunctionPtr release, FunctionPtr copyDescription, FunctionPtr equal, FunctionPtr hash, FunctionPtr schedule, FunctionPtr cancel, FunctionPtr perform) -
Method Summary
Modifier and Type Method Description FunctionPtrgetCancel()FunctionPtrgetCopyDescription()FunctionPtrgetEqual()FunctionPtrgetHash()VoidPtrgetInfo()FunctionPtrgetPerform()FunctionPtrgetRelease()FunctionPtrgetRetain()FunctionPtrgetSchedule()longgetVersion()CFRunLoopSourceContextsetCancel(FunctionPtr cancel)CFRunLoopSourceContextsetCopyDescription(FunctionPtr copyDescription)CFRunLoopSourceContextsetEqual(FunctionPtr equal)CFRunLoopSourceContextsetHash(FunctionPtr hash)CFRunLoopSourceContextsetInfo(VoidPtr info)CFRunLoopSourceContextsetPerform(FunctionPtr perform)CFRunLoopSourceContextsetRelease(FunctionPtr release)CFRunLoopSourceContextsetRetain(FunctionPtr retain)CFRunLoopSourceContextsetSchedule(FunctionPtr schedule)CFRunLoopSourceContextsetVersion(long version)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
CFRunLoopSourceContext
public CFRunLoopSourceContext() -
CFRunLoopSourceContext
public CFRunLoopSourceContext(long version, VoidPtr info, FunctionPtr retain, FunctionPtr release, FunctionPtr copyDescription, FunctionPtr equal, FunctionPtr hash, FunctionPtr schedule, FunctionPtr cancel, FunctionPtr perform)
-
-
Method Details
-
getVersion
public long getVersion() -
setVersion
-
getInfo
-
setInfo
-
getRetain
-
setRetain
-
getRelease
-
setRelease
-
getCopyDescription
-
setCopyDescription
-
getEqual
-
setEqual
-
getHash
-
setHash
-
getSchedule
-
setSchedule
-
getCancel
-
setCancel
-
getPerform
-
setPerform
-