Top |
lt_region_t * | lt_region_ref () |
void | lt_region_unref () |
const char * | lt_region_get_name () |
const char * | lt_region_get_better_tag () |
const char * | lt_region_get_tag () |
const char * | lt_region_get_preferred_tag () |
void | lt_region_dump () |
lt_bool_t | lt_region_compare () |
lt_region_t *
lt_region_ref (lt_region_t *region
);
Increases the reference count of region
.
void
lt_region_unref (lt_region_t *region
);
Decreases the reference count of region
. when its reference count
drops to 0, the object is finalized (i.e. its memory is freed).
const char *
lt_region_get_name (const lt_region_t *region
);
Obtains the description of the subtag.
const char *
lt_region_get_better_tag (const lt_region_t *region
);
Obtains the better tag for use. this is a convenient function to get the preferred-value if available.
const char *
lt_region_get_tag (const lt_region_t *region
);
Obtains the tag name.
const char *
lt_region_get_preferred_tag (const lt_region_t *region
);
Obtains the preferred-value. this is available only when the tag is marked as deprecated.
void
lt_region_dump (const lt_region_t *region
);
Dumps the container information to the standard output.
lt_bool_t lt_region_compare (const lt_region_t *v1
,const lt_region_t *v2
);
Compare if v1
and v2
is the same object or not.
typedef struct _lt_region_t lt_region_t;
All the fields in the lt_region_t structure are private to the lt_region_t implementation.