20 #ifndef UBUNTU_APPLICATION_ID_H_ 21 #define UBUNTU_APPLICATION_ID_H_ void UApplicationId
An opaque type describing an application ID.
UBUNTU_DLL_PUBLIC int u_application_id_compare(UApplicationId *lhs, UApplicationId *rhs)
Compares two application ID instances.
UBUNTU_DLL_PUBLIC void u_application_id_destroy(UApplicationId *id)
Destroy the supplied application ID instance.
UBUNTU_DLL_PUBLIC UApplicationId * u_application_id_new_from_stringn(const char *string, size_t size)
Creates a new application ID from an existing string.
#define UBUNTU_DLL_PUBLIC