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) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
ApplicationInfo self() nothrowReturns `this`, for use in `with` statements.
string getName() nothrowGet the name of the application.
void getVersion(out ulong major, out ulong minor, out ulong micro) nothrowGet the application version previously set with [webkit.application_info.ApplicationInfo.setVersion].
void setName(string name) nothrowSet the name of the application.
void setVersion(ulong major, ulong minor, ulong micro) nothrowSet the application version.
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #WebKitApplicationInfo Returns: the newly created #WebKitApplicationInfo.