libpurple/protocols/gg/utils.h

changeset 34304
faf0414a8b51
parent 33348
2394cd23ce8f
child 34429
f0ae13a29cdf
equal deleted inserted replaced
34302:3949b825f4bf 34304:faf0414a8b51
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

mercurial