Method

IpuzCharsetget_char_index

Declaration [src]

gint
ipuz_charset_get_char_index (
  const IpuzCharset* self,
  gunichar c
)

Description [src]

Returns the index of c.

Parameters

c

Type: gunichar

A character to search for.

Return value

Type: gint

The index of the character c in self, or -1 if it does not exist.