Top | ![]() |
![]() |
![]() |
![]() |
GtrProfile * | gtr_profile_new () |
const gchar * | gtr_profile_get_name () |
void | gtr_profile_set_name () |
const gchar * | gtr_profile_get_author_name () |
void | gtr_profile_set_author_name () |
const gchar * | gtr_profile_get_author_email () |
void | gtr_profile_set_author_email () |
const gchar * | gtr_profile_get_language_name () |
void | gtr_profile_set_language_name () |
const gchar * | gtr_profile_get_language_code () |
void | gtr_profile_set_language_code () |
const gchar * | gtr_profile_get_charset () |
void | gtr_profile_set_charset () |
const gchar * | gtr_profile_get_encoding () |
void | gtr_profile_set_encoding () |
const gchar * | gtr_profile_get_group_email () |
void | gtr_profile_set_group_email () |
const gchar * | gtr_profile_get_plural_forms () |
void | gtr_profile_set_plural_forms () |
void gtr_profile_set_author_name (GtrProfile *profile
,const gchar *data
);
void gtr_profile_set_author_email (GtrProfile *profile
,const gchar *data
);
void gtr_profile_set_language_name (GtrProfile *profile
,const gchar *data
);
void gtr_profile_set_language_code (GtrProfile *profile
,const gchar *data
);
void gtr_profile_set_group_email (GtrProfile *profile
,const gchar *data
);