|  |  |  | gucharmap Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
GucharmapScriptCodepointListPrivate; struct GucharmapScriptCodepointList; GucharmapCodepointList * gucharmap_script_codepoint_list_new (void); gboolean gucharmap_script_codepoint_list_set_script (GucharmapScriptCodepointList *list,const gchar *script); gboolean gucharmap_script_codepoint_list_set_scripts (GucharmapScriptCodepointList *list,const gchar **scripts); gboolean gucharmap_script_codepoint_list_append_script (GucharmapScriptCodepointList *list,const gchar *script);
typedef struct _GucharmapScriptCodepointListPrivate GucharmapScriptCodepointListPrivate;
GucharmapCodepointList * gucharmap_script_codepoint_list_new
                                                        (void);
Creates a new script codepoint list. The default script is Latin.
| Returns : | the newly-created GucharmapCodepointList. Use g_object_unref()to free the result. | 
gboolean gucharmap_script_codepoint_list_set_script (GucharmapScriptCodepointList *list,const gchar *script);
Sets the script for the codepoint list.
gboolean gucharmap_script_codepoint_list_set_scripts (GucharmapScriptCodepointList *list,const gchar **scripts);
Sets multiple scripts for the codepoint list. Codepoints are sorted
according to their order in scripts.
gboolean gucharmap_script_codepoint_list_append_script (GucharmapScriptCodepointList *list,const gchar *script);
Appends the characters in script to the codepoint list.