Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ImVexed/muon
/ types & classes
Types & classes
98 in github.com/ImVexed/muon
⨍
Functions
419
◇
Types & classes
98
Enum
AdoptTag
include/JavaScriptCore/JSRetainPtr.h:41
Class
C_App
include/AppCore/CAPI.h:34
Class
C_Bitmap
include/Ultralight/CAPI.h:53
Class
C_Buffer
include/Ultralight/CAPI.h:55
Class
C_Config
include/Ultralight/CAPI.h:50
Class
C_KeyEvent
include/Ultralight/CAPI.h:57
Class
C_Monitor
include/AppCore/CAPI.h:36
Class
C_MouseEvent
include/Ultralight/CAPI.h:58
Class
C_Overlay
include/AppCore/CAPI.h:37
Class
C_RenderTarget
include/Ultralight/CAPI.h:56
Class
C_Renderer
include/Ultralight/CAPI.h:51
Class
C_ScrollEvent
include/Ultralight/CAPI.h:59
Class
C_Settings
include/AppCore/CAPI.h:33
Class
C_String
include/Ultralight/CAPI.h:54
Class
C_View
include/Ultralight/CAPI.h:52
Class
C_Window
include/AppCore/CAPI.h:35
Struct
Config
Config contains configurable controls for the Ultralight engine
muon.go:31
TypeAlias
JSChar
JSChar type as declared in JavaScriptCore/JSStringRef.h:49
ultralight/types.go:218
TypeAlias
JSClassAttributes
JSClassAttributes type as declared in JavaScriptCore/JSObjectRef.h:77
ultralight/types.go:140
Struct
JSClassDefinition
JSClassDefinition as declared in JavaScriptCore/JSObjectRef.h:364
ultralight/types.go:195
TypeAlias
JSClassRef
JSClassRef as declared in JavaScriptCore/JSBase.h:52
ultralight/types.go:119
TypeAlias
JSContextGroupRef
JSContextGroupRef as declared in JavaScriptCore/JSBase.h:40
ultralight/types.go:107
TypeAlias
JSContextRef
JSContextRef as declared in JavaScriptCore/JSBase.h:43
ultralight/types.go:110
TypeAlias
JSGlobalContextRef
JSGlobalContextRef as declared in JavaScriptCore/JSBase.h:46
ultralight/types.go:113
FuncType
JSObjectCallAsConstructorCallback
JSObjectCallAsConstructorCallback type as declared in JavaScriptCore/JSObjectRef.h:240
ultralight/types.go:167
FuncType
JSObjectCallAsFunctionCallback
JSObjectCallAsFunctionCallback type as declared in JavaScriptCore/JSObjectRef.h:220
ultralight/types.go:164
FuncType
JSObjectConvertToTypeCallback
JSObjectConvertToTypeCallback type as declared in JavaScriptCore/JSObjectRef.h:280
ultralight/types.go:173
FuncType
JSObjectDeletePropertyCallback
JSObjectDeletePropertyCallback type as declared in JavaScriptCore/JSObjectRef.h:182
ultralight/types.go:158
FuncType
JSObjectFinalizeCallback
JSObjectFinalizeCallback type as declared in JavaScriptCore/JSObjectRef.h:110
ultralight/types.go:146
FuncType
JSObjectGetPropertyCallback
JSObjectGetPropertyCallback type as declared in JavaScriptCore/JSObjectRef.h:147
ultralight/types.go:152
FuncType
JSObjectGetPropertyNamesCallback
JSObjectGetPropertyNamesCallback type as declared in JavaScriptCore/JSObjectRef.h:199
ultralight/types.go:161
FuncType
JSObjectHasInstanceCallback
JSObjectHasInstanceCallback type as declared in JavaScriptCore/JSObjectRef.h:261
ultralight/types.go:170
FuncType
JSObjectHasPropertyCallback
JSObjectHasPropertyCallback type as declared in JavaScriptCore/JSObjectRef.h:130
ultralight/types.go:149
FuncType
JSObjectInitializeCallback
JSObjectInitializeCallback type as declared in JavaScriptCore/JSObjectRef.h:92
ultralight/types.go:143
TypeAlias
JSObjectRef
JSObjectRef as declared in JavaScriptCore/JSBase.h:69
ultralight/types.go:134
FuncType
JSObjectSetPropertyCallback
JSObjectSetPropertyCallback type as declared in JavaScriptCore/JSObjectRef.h:165
ultralight/types.go:155
TypeAlias
JSPropertyAttributes
JSPropertyAttributes type as declared in JavaScriptCore/JSObjectRef.h:61
ultralight/types.go:137
TypeAlias
JSPropertyNameAccumulatorRef
JSPropertyNameAccumulatorRef as declared in JavaScriptCore/JSBase.h:58
ultralight/types.go:125
TypeAlias
JSPropertyNameArrayRef
JSPropertyNameArrayRef as declared in JavaScriptCore/JSBase.h:55
ultralight/types.go:122
Class
JSRetainPtr
include/JavaScriptCore/JSRetainPtr.h:43
Struct
JSStaticFunction
JSStaticFunction as declared in JavaScriptCore/JSObjectRef.h:308
ultralight/types.go:186
Struct
JSStaticValue
JSStaticValue as declared in JavaScriptCore/JSObjectRef.h:295
ultralight/types.go:176
TypeAlias
JSStringRef
JSStringRef as declared in JavaScriptCore/JSBase.h:49
ultralight/types.go:116
TypeAlias
JSType
JSType as declared in JavaScriptCore/JSValueRef.h:53
ultralight/const.go:169
FuncType
JSTypedArrayBytesDeallocator
JSTypedArrayBytesDeallocator type as declared in JavaScriptCore/JSBase.h:61
ultralight/types.go:128
TypeAlias
JSTypedArrayType
JSTypedArrayType as declared in JavaScriptCore/JSValueRef.h:83
ultralight/const.go:182
TypeAlias
JSValueRef
JSValueRef as declared in JavaScriptCore/JSBase.h:66
ultralight/types.go:131
Class
OpaqueJSClass
include/JavaScriptCore/JSBase.h:52
Class
OpaqueJSContext
include/JavaScriptCore/JSBase.h:43
Class
OpaqueJSContextGroup
include/JavaScriptCore/JSBase.h:40
Class
OpaqueJSPropertyNameAccumulator
include/JavaScriptCore/JSBase.h:58
Class
OpaqueJSPropertyNameArray
include/JavaScriptCore/JSBase.h:55
Class
OpaqueJSString
include/JavaScriptCore/JSBase.h:49
Class
OpaqueJSValue
include/JavaScriptCore/JSBase.h:66
TypeAlias
RawString
RawString reperesents a string backed by data on the C side.
ultralight/cgo_helpers.go:1099
FuncType
ULAddConsoleMessageCallback
ULAddConsoleMessageCallback type as declared in Ultralight/CAPI.h:449
ultralight/types.go:92
TypeAlias
ULApp
ULApp as declared in AppCore/CAPI.h:34
ultralight/types.go:26
FuncType
ULBeginLoadingCallback
ULBeginLoadingCallback type as declared in Ultralight/CAPI.h:464
ultralight/types.go:95
TypeAlias
ULBitmap
ULBitmap as declared in Ultralight/CAPI.h:53
ultralight/types.go:59
TypeAlias
ULBitmapFormat
ULBitmapFormat as declared in Ultralight/CAPI.h:133
ultralight/const.go:119
TypeAlias
ULBuffer
ULBuffer as declared in Ultralight/CAPI.h:55
ultralight/types.go:65
FuncType
ULChangeCursorCallback
ULChangeCursorCallback type as declared in Ultralight/CAPI.h:439
ultralight/types.go:89
FuncType
ULChangeTitleCallback
ULChangeTitleCallback type as declared in Ultralight/CAPI.h:409
ultralight/types.go:80
FuncType
ULChangeTooltipCallback
ULChangeTooltipCallback type as declared in Ultralight/CAPI.h:429
ultralight/types.go:86
FuncType
ULChangeURLCallback
ULChangeURLCallback type as declared in Ultralight/CAPI.h:419
ultralight/types.go:83
TypeAlias
ULChar16
ULChar16 type as declared in Ultralight/CAPI.h:43
ultralight/types.go:47
FuncType
ULCloseCallback
ULCloseCallback type as declared in AppCore/CAPI.h:195
ultralight/types.go:41
TypeAlias
ULConfig
ULConfig as declared in Ultralight/CAPI.h:50
ultralight/types.go:50
TypeAlias
ULCursor
ULCursor as declared in Ultralight/CAPI.h:128
ultralight/const.go:68
FuncType
ULDOMReadyCallback
ULDOMReadyCallback type as declared in Ultralight/CAPI.h:494
ultralight/types.go:104
FuncType
ULFinishLoadingCallback
ULFinishLoadingCallback type as declared in Ultralight/CAPI.h:474
ultralight/types.go:98
TypeAlias
ULKeyEvent
ULKeyEvent as declared in Ultralight/CAPI.h:57
ultralight/types.go:71
TypeAlias
ULKeyEventType
ULKeyEventType as declared in Ultralight/CAPI.h:140
ultralight/const.go:128
TypeAlias
ULMessageLevel
ULMessageLevel as declared in Ultralight/CAPI.h:81
ultralight/const.go:56
TypeAlias
ULMessageSource
ULMessageSource as declared in Ultralight/CAPI.h:73
ultralight/const.go:38
TypeAlias
ULMonitor
ULMonitor as declared in AppCore/CAPI.h:36
ultralight/types.go:32
TypeAlias
ULMouseButton
ULMouseButton as declared in Ultralight/CAPI.h:153
ultralight/const.go:149
TypeAlias
ULMouseEvent
ULMouseEvent as declared in Ultralight/CAPI.h:58
ultralight/types.go:74
TypeAlias
ULMouseEventType
ULMouseEventType as declared in Ultralight/CAPI.h:146
ultralight/const.go:139
TypeAlias
ULOverlay
ULOverlay as declared in AppCore/CAPI.h:37
ultralight/types.go:35
TypeAlias
ULRenderTarget
ULRenderTarget as declared in Ultralight/CAPI.h:56
ultralight/types.go:68
TypeAlias
ULRenderer
ULRenderer as declared in Ultralight/CAPI.h:51
ultralight/types.go:53
FuncType
ULResizeCallback
ULResizeCallback type as declared in AppCore/CAPI.h:205
ultralight/types.go:44
TypeAlias
ULScrollEvent
ULScrollEvent as declared in Ultralight/CAPI.h:59
ultralight/types.go:77
TypeAlias
ULScrollEventType
ULScrollEventType as declared in Ultralight/CAPI.h:158
ultralight/const.go:160
TypeAlias
ULSettings
ULSettings as declared in AppCore/CAPI.h:33
ultralight/types.go:23
TypeAlias
ULString
ULString as declared in Ultralight/CAPI.h:54
ultralight/types.go:62
FuncType
ULUpdateCallback
ULUpdateCallback type as declared in AppCore/CAPI.h:118
ultralight/types.go:38
FuncType
ULUpdateHistoryCallback
ULUpdateHistoryCallback type as declared in Ultralight/CAPI.h:484
ultralight/types.go:101
TypeAlias
ULView
ULView as declared in Ultralight/CAPI.h:52
ultralight/types.go:56
TypeAlias
ULWindow
ULWindow as declared in AppCore/CAPI.h:35
ultralight/types.go:29
TypeAlias
ULWindowFlags
ULWindowFlags as declared in AppCore/CAPI.h:47
ultralight/const.go:27
Struct
Window
Window represents a single Ultralight instance
muon.go:15
Struct
cgoAllocMap
cgoAllocMap stores pointers to C allocated memory for future reference.
ultralight/cgo_helpers.go:27
Struct
ipf
muon.go:25
Struct
sliceHeader
ultralight/cgo_helpers.go:678
Struct
stringHeader
ultralight/cgo_helpers.go:1070
Struct
testObject
muon_test.go:27