Top |
lt_script_t * | lt_script_ref () |
void | lt_script_unref () |
const char * | lt_script_get_name () |
const char * | lt_script_get_tag () |
void | lt_script_dump () |
const char * | lt_script_convert_to_modifier () |
lt_bool_t | lt_script_compare () |
lt_script_t *
lt_script_ref (lt_script_t *script
);
Increases the reference count of script
.
void
lt_script_unref (lt_script_t *script
);
Decreases the reference count of script
. when its reference count
drops to 0, the object is finalized (i.e. its memory is freed).
const char *
lt_script_get_name (const lt_script_t *script
);
Obtains the description of the subtag.
const char *
lt_script_get_tag (const lt_script_t *script
);
Obtains the tag name.
void
lt_script_dump (const lt_script_t *script
);
Dumps the container information to the standard output.
const char *
lt_script_convert_to_modifier (const lt_script_t *script
);
Convert the script subtag to the locale variant modifier.
lt_bool_t lt_script_compare (const lt_script_t *v1
,const lt_script_t *v2
);
Compare if v1
and v2
is the same object or not.
typedef struct _lt_script_t lt_script_t;
All the fields in the lt_script_t structure are private to the lt_script_t implementation.