diff options
Diffstat (limited to 'lib/ephy-string.h')
-rw-r--r-- | lib/ephy-string.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/ephy-string.h b/lib/ephy-string.h index 36e23d1c3..86ab9eafc 100644 --- a/lib/ephy-string.h +++ b/lib/ephy-string.h @@ -25,10 +25,13 @@ G_BEGIN_DECLS -gboolean ephy_string_to_int (const char *string, - gulong *integer); +gboolean ephy_string_to_int (const char *string, + gulong *integer); -char *ephy_string_blank_chr (char *source); +char *ephy_string_blank_chr (char *source); + +char *ephy_string_shorten (const char *str, + gsize target_length); G_END_DECLS |