Rename hb_set_population() to hb_set_get_population()

This commit is contained in:
Behdad Esfahbod 2012-11-21 01:14:19 -05:00
parent 16c914c2a6
commit ac064a2db2
2 changed files with 2 additions and 2 deletions

View File

@ -188,7 +188,7 @@ hb_set_symmetric_difference (hb_set_t *set,
}
unsigned int
hb_set_population (const hb_set_t *set)
hb_set_get_population (const hb_set_t *set)
{
return set->get_population ();
}

View File

@ -122,7 +122,7 @@ hb_set_symmetric_difference (hb_set_t *set,
const hb_set_t *other);
unsigned int
hb_set_population (const hb_set_t *set);
hb_set_get_population (const hb_set_t *set);
/* Returns -1 if set empty. */
hb_codepoint_t