annotate pidgin/plugins/themeedit-icon.h @ 32665:a92f4cb593a4

propagate from branch 'im.pidgin.pidgin' (head c0e633bbd723352b9614b1bfcfab551e416a29dc) to branch 'im.pidgin.cpw.qulogic.gtk3' (head 1887cd5f7ea1e4bc0950747da36d56d618ecd105)
author Marcus Lundblad <ml@update.uu.se>
date Wed, 02 Feb 2011 23:26:42 +0000
parents f27198aad234
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27048
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
1 /* Pidgin
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
2 *
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
3 * Pidgin is the legal property of its developers, whose names are too numerous
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
4 * to list here. Please refer to the COPYRIGHT file distributed with this
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
5 * source distribution.
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
6 *
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
7 * This program is free software; you can redistribute it and/or modify
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
8 * it under the terms of the GNU General Public License as published by
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
9 * the Free Software Foundation; either version 2 of the License, or
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
10 * (at your option) any later version.
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
11 *
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
12 * This program is distributed in the hope that it will be useful,
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
15 * GNU General Public License for more details.
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
16 *
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
17 * You should have received a copy of the GNU General Public License
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
18 * along with this program; if not, write to the Free Software
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
20 */
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
21
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
22 #ifndef _THEMEEDIT_ICON_H_
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
23 #define _THEMEEDIT_ICON_H_
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
24
26692
81559f83e993 Fix two warnings in the theme editor plugin
Paul Aurich <paul@darkrain42.org>
parents: 26580
diff changeset
25 void pidgin_icon_theme_edit(PurplePluginAction *);
26580
0dddfdb3a24a A status-icon theme editor.
Sadrul Habib Chowdhury <imadil@gmail.com>
parents:
diff changeset
26
27048
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
27 #endif
f27198aad234 This file is a lacking a certain something...
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 26692
diff changeset
28