![]() |
![]() |
![]() |
mucharmap Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
MucharmapCodepointList; gunichar mucharmap_codepoint_list_get_char (MucharmapCodepointList *list
,gint index
); gint mucharmap_codepoint_list_get_index (MucharmapCodepointList *list
,gunichar wc
); gint mucharmap_codepoint_list_get_last_index (MucharmapCodepointList *list
);
GObject +----MucharmapCodepointList +----MucharmapBlockCodepointList +----MucharmapScriptCodepointList
gunichar mucharmap_codepoint_list_get_char (MucharmapCodepointList *list
,gint index
);
|
a MucharmapCodepointList |
|
index indicating which character to get |
Returns : |
code point at index index in the codepoint list, or
(gunichar)(-1) if index is beyond the last index.
|
gint mucharmap_codepoint_list_get_index (MucharmapCodepointList *list
,gunichar wc
);
|
a MucharmapCodepointList |
|
character for which to find the index |
Returns : |
index of wc , or -1 if wc is not in this
codepoint list.
|
gint mucharmap_codepoint_list_get_last_index
(MucharmapCodepointList *list
);
|
a MucharmapCodepointList |
Returns : |
last index in this codepoint list. |