X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=docs%2Flibglabels%2Fhtml%2Flibglabels-3.0-str.html;h=5fd3986bee58eec3f22548abe2ff262917183eb9;hb=refs%2Fheads%2Fupstream;hp=182f4f5be4ad025e73972b2714a193abe122c658;hpb=8e4c50283c4f353b18c68474f91209b8bd050557;p=glabels diff --git a/docs/libglabels/html/libglabels-3.0-str.html b/docs/libglabels/html/libglabels-3.0-str.html index 182f4f5b..5fd3986b 100644 --- a/docs/libglabels/html/libglabels-3.0-str.html +++ b/docs/libglabels/html/libglabels-3.0-str.html @@ -2,20 +2,19 @@ -LibGlabels 3.0 Reference Manual: String Utility Functions +String Utility Functions: LibGlabels 3.0 Reference Manual - + - + @@ -41,7 +40,7 @@
-

Object Hierarchy

-
-
-
-

Includes

#include <libglabels/lgl-str.h>
 
@@ -87,14 +81,14 @@ possible use to a user of libglabels.

Functions

lgl_str_utf8_casecmp ()

-
gint
-lgl_str_utf8_casecmp (const gchar *s1,
-                      const gchar *s2);
+
gint
+lgl_str_utf8_casecmp (const gchar *s1,
+                      const gchar *s2);

Compare two UTF-8 strings, ignoring the case of characters.

This function should be used only on strings that are known to be encoded in UTF-8 or a compatible UTF-8 subset.

-

Parameters

+

Parameters

@@ -116,18 +110,17 @@ in UTF-8 or a compatible UTF-8 subset.

-

Returns

+

Returns

0 if the strings match, a negative value if s1 < s2, or a positive value if s1 > s2.

-


lgl_str_part_name_cmp ()

-
gint
-lgl_str_part_name_cmp (const gchar *s1,
-                       const gchar *s2);
+
gint
+lgl_str_part_name_cmp (const gchar *s1,
+                       const gchar *s2);

Compare two UTF-8 strings representing part names or numbers. This function uses a natural sort order:

    @@ -144,7 +137,7 @@ in UTF-8 or a compatible UTF-8 subset.

    so the behaviour may be unpredictable for numeric chunks that exceed 18446744073709551615.

    -

    Parameters

    +

    Parameters

    @@ -166,21 +159,20 @@ so the behaviour may be unpredictable for numeric chunks that exceed
    -

    Returns

    +

    Returns

    0 if the strings match, a negative value if s1 < s2, or a positive value if s1 > s2.

    -


lgl_str_format_fraction ()

-
gchar *
-lgl_str_format_fraction (gdouble x);
+
gchar *
+lgl_str_format_fraction (gdouble x);

Create fractional representation of number, if possible. Uses UTF-8 superscripts and subscripts for numerator and denominator values respecively.

-

Parameters

+

Parameters

@@ -195,9 +187,8 @@ subscripts for numerator and denominator values respecively.

-

Returns

+

Returns

UTF-8 string containing fractional representation of x.

-

@@ -206,7 +197,6 @@ subscripts for numerator and denominator values respecively.

+
Generated by GTK-Doc V1.24 \ No newline at end of file