Application
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "ag_application_get_type ()" ) ]
[ Compact ]
public class Application
Opaque structure.
Use related accessor functions.
Content:
Methods:
- public Application @ref ()
Increment the reference count of this
.
- public unowned string get_description ()
Get the description of the Application.
- public DesktopAppInfo get_desktop_app_info ()
Get the DesktopAppInfo of the application.
- public unowned string get_i18n_domain ()
Get the translation domain of the Application
.
- public unowned string get_name ()
Get the name of the Application.
- public unowned string get_service_usage (Service service)
Get the description from the application XML file, for the specified
service; if not found, get the service-type description instead.
- public void unref ()
Decrements the reference count of this
.