view mcabber/mcabber/xmpp_s10n.h @ 1700:87dd0a8f1a9c

Remove the "new message" flag when a buffer is purged with /buffer purge We do not remove it when a buffer is closed as it may still be useful.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 07 Feb 2010 17:34:00 +0100
parents 1342df44c814
children e6d355e50d7a
line wrap: on
line source

#ifndef __MCABBER_XMPP_S10N_H__
#define __MCABBER_XMPP_S10N_H__ 1

#include <mcabber/events.h>

gboolean evscallback_subscription(guint evcontext, const char *arg, gpointer userdata);

#endif /* __MCABBER_XMPP_S10N_H__ */

/* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */