awebview v0.9.1 (2015-10-03T07:27:48Z)
Dub
Repo
ImmediateMessage
awebview
gui
application
Undocumented in source.
struct
ImmediateMessage {
string
fromId
;
string
toId
;
string
type
;
immutable
(
ubyte
)[]
data
;
}
Members
Variables
data
immutable
(
ubyte
)[]
data
;
Undocumented in source.
fromId
string
fromId
;
Undocumented in source.
toId
string
toId
;
Undocumented in source.
type
string
type
;
Undocumented in source.
Meta
Source
See Implementation
awebview
gui
application
classes
Application
SDLApplication
structs
ImmediateMessage