diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2010-09-21 13:14:41 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2010-09-21 13:14:41 -0400 |
commit | 52960d05ebb8af34a302e3959978d2930a39fb39 (patch) | |
tree | 12d58b78a9b3a4777e807a13ee9c81c9bfe71755 /doc/fccharset.fncs | |
parent | 9d8d0226d9ac5bc9956263a13454179eafc4ab82 (diff) |
Add new public API: FcCharSetDelChar()
Diffstat (limited to 'doc/fccharset.fncs')
-rw-r--r-- | doc/fccharset.fncs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/fccharset.fncs b/doc/fccharset.fncs index b12064a5..004fdc3a 100644 --- a/doc/fccharset.fncs +++ b/doc/fccharset.fncs @@ -51,6 +51,17 @@ returning FcFalse on failure, either as a result of a constant set or from running out of memory. @@ +@RET@ FcBool +@FUNC@ FcCharSetDelChar +@TYPE1@ FcCharSet * @ARG1@ fcs +@TYPE2@ FcChar32% @ARG2@ ucs4 +@PURPOSE@ Add a character to a charset +@DESC@ +<function>FcCharSetDelChar</function> deletes a single unicode char from the set, +returning FcFalse on failure, either as a result of a constant set or from +running out of memory. +@@ + @RET@ FcCharSet * @FUNC@ FcCharSetCopy @TYPE1@ FcCharSet * @ARG1@ src |