Class ConsoleMessage
java.lang.Object
org.javagi.base.ProxyInstance
org.webkitgtk.webprocessextension.ConsoleMessage
- All Implemented Interfaces:
Proxy
-
Constructor Summary
ConstructorsConstructorDescriptionConsoleMessage(MemorySegment address) Create a ConsoleMessage proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptioncopy()Make a copy ofconsoleMessage.voidfree()Free theWebKitConsoleMessagegetLevel()Gets the log level of aWebKitConsoleMessageintgetLine()Gets the line number of aWebKitConsoleMessageGets the source of aWebKitConsoleMessageGets the source identifier of aWebKitConsoleMessagegetText()Gets the text message of aWebKitConsoleMessagestatic @Nullable TypegetType()Get the GType of the ConsoleMessage classMethods inherited from class org.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 ofconsoleMessage.- Returns:
- A copy of passed in
WebKitConsoleMessage - Since:
- 2.12
-
free
public void free()Free theWebKitConsoleMessage- Since:
- 2.12
-
getLevel
Gets the log level of aWebKitConsoleMessage- Returns:
- a
WebKitConsoleMessageLevelindicating the log level of this ConsoleMessage - Since:
- 2.12
-
getLine
public int getLine()Gets the line number of aWebKitConsoleMessage- Returns:
- the line number of this ConsoleMessage
- Since:
- 2.12
-
getSource
Gets the source of aWebKitConsoleMessage- Returns:
- a
WebKitConsoleMessageSourceindicating the source of this ConsoleMessage - Since:
- 2.12
-
getSourceId
Gets the source identifier of aWebKitConsoleMessage- Returns:
- the source identifier of this ConsoleMessage
- Since:
- 2.12
-
getText
Gets the text message of aWebKitConsoleMessage- Returns:
- the text message of this ConsoleMessage
- Since:
- 2.12
-