| 85 |
85 |
| 86 gchar * ggp_strjoin_list(const gchar *separator, GList *list); |
86 gchar * ggp_strjoin_list(const gchar *separator, GList *list); |
| 87 |
87 |
| 88 const gchar * ggp_ipv4_to_str(uint32_t raw_ip); |
88 const gchar * ggp_ipv4_to_str(uint32_t raw_ip); |
| 89 |
89 |
| 90 GList * ggp_list_truncate(GList *list, gint length, GDestroyNotify free_func); |
90 GList * ggp_list_truncate(GList *list, guint length, GDestroyNotify free_func); |
| 91 |
91 |
| 92 gchar * ggp_free_if_equal(gchar *str, const gchar *pattern); |
92 gchar * ggp_free_if_equal(gchar *str, const gchar *pattern); |
| 93 |
93 |
| 94 const gchar * ggp_date_strftime(const gchar *format, time_t date); |
94 const gchar * ggp_date_strftime(const gchar *format, time_t date); |
| 95 |
95 |