awebview ~master (2016-01-01T12:36:59Z)
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