diff options
author | Akira TAGOH <akira@tagoh.org> | 2017-09-09 22:17:16 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2017-09-09 22:17:16 +0900 |
commit | 36a3ced9495c236beb1676efb8fda4b1292179a7 (patch) | |
tree | e6037ea1058038866fd37a82052ab29a2ee5a536 /doc | |
parent | 92da67a9fcf9fa48ebb40f2032d47291d5427d41 (diff) |
Update docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fcconfig.fncs | 2 | ||||
-rw-r--r-- | doc/fcpattern.fncs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/fcconfig.fncs b/doc/fcconfig.fncs index 59a2227d..7377192f 100644 --- a/doc/fcconfig.fncs +++ b/doc/fcconfig.fncs @@ -388,7 +388,7 @@ and dparsed. If 'complain' is FcFalse, no warning will be displayed if 'file' does not exist. Error and warning messages will be output to stderr. Returns FcFalse if fsome error occurred while loading the file, either a parse error, semantic error or allocation failure. Otherwise returns FcTrue. -@SINCE@ 2.13.0 +@SINCE@ 2.12.5 @@ @RET@ const FcChar8 * diff --git a/doc/fcpattern.fncs b/doc/fcpattern.fncs index e1987ff0..928f0bcc 100644 --- a/doc/fcpattern.fncs +++ b/doc/fcpattern.fncs @@ -212,7 +212,7 @@ and <parameter>b</parameter> binding for that associated with the property <parameter>object</parameter>. The Value returned is not a copy, but rather refers to the data stored within the pattern directly. Applications must not free this value. -@SINCE@ 2.13.0 +@SINCE@ 2.12.5 @@ @RET@ FcResult |