Application
Object Hierarchy:
Description:
[ CCode ( ref_function = "ag_application_ref" , type_id = "ag_application_get_type ()" , unref_function = "ag_application_unref" ) ]
[ 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 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 bool supports_service (Service service)
Check whether the application supports the given service.
- public void unref ()
Decrements the reference count of this
.