| 90 GList * ggp_strsplit_list(const gchar *string, const gchar *delimiter, |
90 GList * ggp_strsplit_list(const gchar *string, const gchar *delimiter, |
| 91 gint max_tokens); |
91 gint max_tokens); |
| 92 |
92 |
| 93 gchar * ggp_strjoin_list(const gchar *separator, GList *list); |
93 gchar * ggp_strjoin_list(const gchar *separator, GList *list); |
| 94 |
94 |
| |
95 const gchar * ggp_ipv4_to_str(uint32_t raw_ip); |
| |
96 |
| 95 GList * ggp_list_truncate(GList *list, guint length, GDestroyNotify free_func); |
97 GList * ggp_list_truncate(GList *list, guint length, GDestroyNotify free_func); |
| 96 |
98 |
| 97 gchar * ggp_free_if_equal(gchar *str, const gchar *pattern); |
99 gchar * ggp_free_if_equal(gchar *str, const gchar *pattern); |
| 98 |
100 |
| 99 const gchar * ggp_date_strftime(const gchar *format, time_t date); |
101 const gchar * ggp_date_strftime(const gchar *format, time_t date); |