plugins/perl/common/Util.xs

changeset 13357
c865228e89f7
parent 13120
c25222322810
equal deleted inserted replaced
13356:7a73221c8b6f 13357:c865228e89f7
174 void 174 void
175 gaim_str_strip_char(str, thechar) 175 gaim_str_strip_char(str, thechar)
176 char *str 176 char *str
177 char thechar 177 char thechar
178 178
179 gchar *
180 gaim_str_sub_away_formatters(str, name)
181 const char *str
182 const char *name
183
184 time_t 179 time_t
185 gaim_str_to_time(timestamp, utc = FALSE, tm = NULL, tz_off = NULL, rest = NULL) 180 gaim_str_to_time(timestamp, utc = FALSE, tm = NULL, tz_off = NULL, rest = NULL)
186 const char *timestamp 181 const char *timestamp
187 gboolean utc 182 gboolean utc
188 struct tm *tm 183 struct tm *tm

mercurial