Top |
lt_grandfathered_t * | lt_grandfathered_ref () |
void | lt_grandfathered_unref () |
const char * | lt_grandfathered_get_better_tag () |
const char * | lt_grandfathered_get_tag () |
const char * | lt_grandfathered_get_preferred_tag () |
const char * | lt_grandfathered_get_name () |
void | lt_grandfathered_dump () |
lt_bool_t | lt_grandfathered_compare () |
lt_grandfathered_t *
lt_grandfathered_ref (lt_grandfathered_t *grandfathered
);
Increases the reference count of grandfathered
.
void
lt_grandfathered_unref (lt_grandfathered_t *grandfathered
);
Decreases the reference count of grandfathered
. when its reference count
drops to 0, the object is finalized (i.e. its memory is freed).
const char *
lt_grandfathered_get_better_tag (const lt_grandfathered_t *grandfathered
);
Obtains the better tag for use. this is a convenient function to get the preferred-value if available.
const char *
lt_grandfathered_get_tag (const lt_grandfathered_t *grandfathered
);
Obtains the tag name.
const char *
lt_grandfathered_get_preferred_tag (const lt_grandfathered_t *grandfathered
);
Obtains the preferred-value. this is available only when the tag is marked as deprecated.
const char *
lt_grandfathered_get_name (const lt_grandfathered_t *grandfathered
);
Obtains the description of the tag.
void
lt_grandfathered_dump (const lt_grandfathered_t *grandfathered
);
Dumps the container information to the standard output.
lt_bool_t lt_grandfathered_compare (const lt_grandfathered_t *v1
,const lt_grandfathered_t *v2
);
Compare if v1
and v2
is the same object or not.
typedef struct _lt_grandfathered_t lt_grandfathered_t;
All the fields in the lt_grandfathered_t structure are private to the lt_grandfathered_t implementation.