ApplicationInfo
Object Hierarchy:
Description:
[ CCode ( ref_function = "webkit_application_info_ref" , type_id = "webkit_application_info_get_type ()" , unref_function = "webkit_application_info_unref" ) ]
[ Compact ]
public class ApplicationInfo
Information about an application running in automation mode.
Content:
Creation methods:
Methods:
- public unowned ApplicationInfo @ref ()
Atomically increments the reference count of this
by one.
- public unowned string get_name ()
Get the name of the application.
- public void get_version (out uint64 major, out uint64 minor, out uint64 micro)
Get the application version previously set with
set_version.
- public void set_name (string name)
Set the name of the application.
- public void set_version (uint64 major, uint64 minor, uint64 micro)
Set the application version.
- public void unref ()
Atomically decrements the reference count of this
by one.