Mercurial > pidgin
view console/gntrequest.h @ 14459:4e004a2994c2
[gaim-migrate @ 17173]
Fix Bug #153721 - Crash caused by non-UTF8 text passed to g_markup_escape_text(). I suspect there may be elsewhere in the gg prpl that suffers from the same problem, but I don't want to be willy-nilly running utf8 validation everyere.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 06 Sep 2006 02:08:15 +0000 |
parents | c65ed4f6eea8 |
children | 81650a27f253 |
line wrap: on
line source
#ifndef _GNT_REQUEST_H #define _GNT_REQUEST_H #include "request.h" GaimRequestUiOps *gg_request_get_ui_ops(void); void gg_request_init(void); void gg_request_uninit(void); #endif