ConsoleMessage

Constructors

this
this(WebKitConsoleMessage* webKitConsoleMessage, bool ownedRef)

Sets our main struct and passes it to the parent class.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

copy
ConsoleMessage copy()

Make a copy of @console_message.

free
void free()

Free the #WebKitConsoleMessage

getConsoleMessageStruct
WebKitConsoleMessage* getConsoleMessageStruct(bool transferOwnership)

Get the main Gtk struct

getLevel
WebKitConsoleMessageLevel getLevel()

Gets the log level of a #WebKitConsoleMessage

getLine
uint getLine()

Gets the line number of a #WebKitConsoleMessage

getSource
WebKitConsoleMessageSource getSource()

Gets the source of a #WebKitConsoleMessage

getSourceId
string getSourceId()

Gets the source identifier of a #WebKitConsoleMessage

getStruct
void* getStruct()

the main Gtk struct as a void*

getText
string getText()

Gets the text message of a #WebKitConsoleMessage

Static functions

getType
GType getType()

Variables

ownedRef
bool ownedRef;
Undocumented in source.
webKitConsoleMessage
WebKitConsoleMessage* webKitConsoleMessage;

the main Gtk struct

Meta