pidgin/gtksmiley-manager.h

Wed, 02 Apr 2014 11:54:31 +0200

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Wed, 02 Apr 2014 11:54:31 +0200
changeset 35718
83486b5d34ab
parent 35500
pidgin/gtksmiley.h@ae6432ea326f
child 35731
7a8d87b4e516
permissions
-rw-r--r--

Drop PidginSmiley, rename gtksmiley to gtksmiley-manager

/* 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., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
 */

#ifndef _PIDGIN_SMILEY_MANAGER_H_
#define _PIDGIN_SMILEY_MANAGER_H_

G_BEGIN_DECLS

/**
 * pidgin_smiley_manager_show:
 *
 * Displays the Smiley Manager Window
 */
void pidgin_smiley_manager_show(void);

G_END_DECLS

#endif /* _PIDGIN_SMILEY_MANAGER_H_ */

mercurial