view console/gntnotify.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_NOTIFY_H
#define _GNT_NOTIFY_H

#include "notify.h"

GaimNotifyUiOps *gg_notify_get_ui_ops(void);

void gg_notify_init(void);

void gg_notify_uninit(void);

#endif