X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Ffribidi.h;h=6157a3a9d169cb0134db2bb8a8ef951319668457;hb=411ad3a7a90c0bf2f703a46644f207591c7c8499;hp=9124624537584d7d3ec705f2d995d32f75fe4ec6;hpb=306f600f5589f3fe0baa43d73adf9545f242a8e9;p=platform%2Fupstream%2Ffribidi.git diff --git a/lib/fribidi.h b/lib/fribidi.h index 9124624..6157a3a 100644 --- a/lib/fribidi.h +++ b/lib/fribidi.h @@ -57,13 +57,13 @@ * string, the other way. Moreover, the position maps should be filled with * valid entries. * - * A position map pointing to a removed character is filled with \-1. By the + * A position map pointing to a removed character is filled with \(mi1. By the * way, you should not use embedding_levels if str is visual string. * * For best results this function should be run on a whole paragraph, not * lines; but feel free to do otherwise if you know what you are doing. * - * Returns: New length of the string, or \-1 if an error occurred (memory + * Returns: New length of the string, or \(mi1 if an error occurred (memory * allocation failure most probably). */ FRIBIDI_ENTRY FriBidiStrIndex @@ -110,6 +110,8 @@ FRIBIDI_ENTRY FriBidiLevel fribidi_log2vis ( FriBidiLevel *embedding_levels /* output list of embedding levels */ ); +/* End of functions */ + #ifdef FRIBIDI_NO_DEPRECATED #else # include "fribidi-deprecated.h" @@ -117,7 +119,7 @@ FRIBIDI_ENTRY FriBidiLevel fribidi_log2vis ( /* An string containing the version information of the library. */ -FRIBIDI_ENTRY const char *fribidi_version_info; +FRIBIDI_ENTRY FRIBIDI_EXTERN const char *fribidi_version_info; #include "fribidi-enddecls.h"