webkitwebprocessextension.console_message

Module for [ConsoleMessage] class

Types 1

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
ConsoleMessage self() nothrowReturns `this`, for use in `with` statements.
webkitwebprocessextension.console_message.ConsoleMessage copy() nothrowMake a copy of console_message. Returns: A copy of passed in #WebKitConsoleMessage
webkitwebprocessextension.types.ConsoleMessageLevel getLevel() nothrowGets the log level of a #WebKitConsoleMessage Returns: a #WebKitConsoleMessageLevel indicating the log level of console_message
uint getLine() nothrowGets the line number of a #WebKitConsoleMessage Returns: the line number of console_message
webkitwebprocessextension.types.ConsoleMessageSource getSource() nothrowGets the source of a #WebKitConsoleMessage Returns: a #WebKitConsoleMessageSource indicating the source of console_message
string getSourceId() nothrowGets the source identifier of a #WebKitConsoleMessage Returns: the source identifier of console_message
string getText() nothrowGets the text message of a #WebKitConsoleMessage Returns: the text message of console_message
Constructors
this(void * ptr, Flag!"Take" take)