view console/gntnotify.h @ 14405:8375ecb6152b

[gaim-migrate @ 17113] Pressing Alt+a will bring up a list of available 'actions', which you can use show the buddylist/accounts/debug etc. windows. Pressing ctrl+o in the buddylist will toggle showing online/offline users. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 01 Sep 2006 12:06:51 +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