Package org.gnome.webkit.wpe
Class ConsoleMessage
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.webkit.wpe.ConsoleMessage
- All Implemented Interfaces:
Proxy
-
Constructor Summary
ConstructorDescriptionConsoleMessage
(MemorySegment address) Create a ConsoleMessage proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Make a copy of this ConsoleMessage.void
free()
Free theWebKitConsoleMessage
getLevel()
Gets the log level of aWebKitConsoleMessage
int
getLine()
Gets the line number of aWebKitConsoleMessage
Gets the source of aWebKitConsoleMessage
Gets the source identifier of aWebKitConsoleMessage
getText()
Gets the text message of aWebKitConsoleMessage
static Type
getType()
Get the GType of the ConsoleMessage classMethods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ConsoleMessage
Create a ConsoleMessage proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
getType
-
copy
Make a copy of this ConsoleMessage.- Returns:
- A copy of passed in
WebKitConsoleMessage
-
free
public void free()Free theWebKitConsoleMessage
-
getLevel
Gets the log level of aWebKitConsoleMessage
- Returns:
- a
WebKitConsoleMessageLevel
indicating the log level of this ConsoleMessage
-
getLine
public int getLine()Gets the line number of aWebKitConsoleMessage
- Returns:
- the line number of this ConsoleMessage
-
getSource
Gets the source of aWebKitConsoleMessage
- Returns:
- a
WebKitConsoleMessageSource
indicating the source of this ConsoleMessage
-
getSourceId
Gets the source identifier of aWebKitConsoleMessage
- Returns:
- the source identifier of this ConsoleMessage
-
getText
Gets the text message of aWebKitConsoleMessage
- Returns:
- the text message of this ConsoleMessage
-