pidgin/gtknotify.h

Sun, 01 Jul 2007 00:55:03 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Sun, 01 Jul 2007 00:55:03 +0000
changeset 18545
5af898e91ec2
parent 16254
eeb2bba4dc94
child 18068
b6554e3c8224
child 19859
71d37b57eff2
permissions
-rw-r--r--

propagate from branch 'im.pidgin.pidgin' (head 92a8da387908c6d8484fcd3e5ebffd90d9088e1c)
to branch 'org.maemo.garage.pidgin.pidgin.smiley-dialog' (head 1edf059a4a26809c5ec7a27add91a16a09ddde02)

/**
 * @file gtknotify.h GTK+ Notification API
 * @ingroup pidgin
 *
 * pidgin
 *
 * Pidgin is the legal property of its developers, whose names are too numerous
 * to list here.  Please refer to the COPYRIGHT file distributed with this
 * source distribution.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
#ifndef _PIDGINNOTIFY_H_
#define _PIDGINNOTIFY_H_

#include "notify.h"

/**
 * Returns the UI operations structure for GTK+ notification functions.
 *
 * @return The GTK+ UI notify operations structure.
 */
PurpleNotifyUiOps *pidgin_notify_get_ui_ops(void);

#endif /* _PIDGINNOTIFY_H_ */

mercurial