![]() |
![]() |
![]() |
GTranslator Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct GtrProfile; struct GtrProfileClass; GtrProfile * gtr_profile_new (void
); const gchar * gtr_profile_get_name (GtrProfile *profile
); void gtr_profile_set_name (GtrProfile *profile
,const gchar *data
); const gchar * gtr_profile_get_author_name (GtrProfile *profile
); void gtr_profile_set_author_name (GtrProfile *profile
,const gchar *data
); const gchar * gtr_profile_get_author_email (GtrProfile *profile
); void gtr_profile_set_author_email (GtrProfile *profile
,const gchar *data
); const gchar * gtr_profile_get_language_name (GtrProfile *profile
); void gtr_profile_set_language_name (GtrProfile *profile
,const gchar *data
); const gchar * gtr_profile_get_language_code (GtrProfile *profile
); void gtr_profile_set_language_code (GtrProfile *profile
,const gchar *data
); const gchar * gtr_profile_get_charset (GtrProfile *profile
); void gtr_profile_set_charset (GtrProfile *profile
,const gchar *data
); const gchar * gtr_profile_get_encoding (GtrProfile *profile
); void gtr_profile_set_encoding (GtrProfile *profile
,const gchar *data
); const gchar * gtr_profile_get_group_email (GtrProfile *profile
); void gtr_profile_set_group_email (GtrProfile *profile
,const gchar *data
); const gchar * gtr_profile_get_plural_forms (GtrProfile *profile
); void gtr_profile_set_plural_forms (GtrProfile *profile
,const gchar *data
); GtrProfilePrivate;
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
);
void gtr_profile_set_plural_forms (GtrProfile *profile
,const gchar *data
);