Rename hb_set_population() to hb_set_get_population()
This commit is contained in:
parent
16c914c2a6
commit
ac064a2db2
@ -188,7 +188,7 @@ hb_set_symmetric_difference (hb_set_t *set,
|
|||||||
}
|
}
|
||||||
|
|
||||||
unsigned int
|
unsigned int
|
||||||
hb_set_population (const hb_set_t *set)
|
hb_set_get_population (const hb_set_t *set)
|
||||||
{
|
{
|
||||||
return set->get_population ();
|
return set->get_population ();
|
||||||
}
|
}
|
||||||
|
@ -122,7 +122,7 @@ hb_set_symmetric_difference (hb_set_t *set,
|
|||||||
const hb_set_t *other);
|
const hb_set_t *other);
|
||||||
|
|
||||||
unsigned int
|
unsigned int
|
||||||
hb_set_population (const hb_set_t *set);
|
hb_set_get_population (const hb_set_t *set);
|
||||||
|
|
||||||
/* Returns -1 if set empty. */
|
/* Returns -1 if set empty. */
|
||||||
hb_codepoint_t
|
hb_codepoint_t
|
||||||
|
Loading…
Reference in New Issue
Block a user