webkit.application_info

Module for [ApplicationInfo] class

Types 1

Information about an application running in automation mode.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
ApplicationInfo self()Returns `this`, for use in `with` statements.
string getName()Get the name of the application.
void getVersion(out ulong major, out ulong minor, out ulong micro)Get the application version previously set with [webkit.application_info.ApplicationInfo.setVersion].
void setName(string name)Set the name of the application.
void setVersion(ulong major, ulong minor, ulong micro)Set the application version.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #WebKitApplicationInfo Returns: the newly created #WebKitApplicationInfo.