Class CFRunLoopSourceContext

    • Constructor Detail

      • CFRunLoopSourceContext

        public CFRunLoopSourceContext()
      • CFRunLoopSourceContext

        public CFRunLoopSourceContext​(long version,
                                      org.robovm.rt.bro.ptr.VoidPtr info,
                                      org.robovm.rt.bro.ptr.FunctionPtr retain,
                                      org.robovm.rt.bro.ptr.FunctionPtr release,
                                      org.robovm.rt.bro.ptr.FunctionPtr copyDescription,
                                      org.robovm.rt.bro.ptr.FunctionPtr equal,
                                      org.robovm.rt.bro.ptr.FunctionPtr hash,
                                      org.robovm.rt.bro.ptr.FunctionPtr schedule,
                                      org.robovm.rt.bro.ptr.FunctionPtr cancel,
                                      org.robovm.rt.bro.ptr.FunctionPtr perform)
    • Method Detail

      • getVersion

        public long getVersion()
      • getInfo

        public org.robovm.rt.bro.ptr.VoidPtr getInfo()
      • getRetain

        public org.robovm.rt.bro.ptr.FunctionPtr getRetain()
      • getRelease

        public org.robovm.rt.bro.ptr.FunctionPtr getRelease()
      • getCopyDescription

        public org.robovm.rt.bro.ptr.FunctionPtr getCopyDescription()
      • setCopyDescription

        public CFRunLoopSourceContext setCopyDescription​(org.robovm.rt.bro.ptr.FunctionPtr copyDescription)
      • getEqual

        public org.robovm.rt.bro.ptr.FunctionPtr getEqual()
      • getHash

        public org.robovm.rt.bro.ptr.FunctionPtr getHash()
      • getSchedule

        public org.robovm.rt.bro.ptr.FunctionPtr getSchedule()
      • getCancel

        public org.robovm.rt.bro.ptr.FunctionPtr getCancel()
      • getPerform

        public org.robovm.rt.bro.ptr.FunctionPtr getPerform()