Utils

Name

Utils -- 

Synopsis



guint       tlen_strlen                     (const gchar *s);
gchar*      tlen_encode                     (const gchar *what);

Description

Details

tlen_strlen ()

guint       tlen_strlen                     (const gchar *s);

Computes lenght of the string s.

s :

ascii string.

Returns :

string lenght. The function returns 0 if the string is NULL.


tlen_encode ()

gchar*      tlen_encode                     (const gchar *what);

Encodes what using URLencode.

what :

string to encode.

Returns :

newly allocated string.