libpurple/theme-loader.h

branch
soc.2013.gobjectification.plugins
changeset 37061
77a5c789fff1
parent 37045
aadac46d3bb3
parent 35442
84e906df98dd
child 37063
a84be725efad
equal deleted inserted replaced
37060:e5206d7698e5 37061:77a5c789fff1
1 /**
2 * @file theme-loader.h Purple Theme Loader Abstact Class API
3 */
4
5 /* purple 1 /* purple
6 * 2 *
7 * Purple is the legal property of its developers, whose names are too numerous 3 * Purple is the legal property of its developers, whose names are too numerous
8 * to list here. Please refer to the COPYRIGHT file distributed with this 4 * to list here. Please refer to the COPYRIGHT file distributed with this
9 * source distribution. 5 * source distribution.
19 * GNU General Public License for more details. 15 * GNU General Public License for more details.
20 * 16 *
21 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
20 */
21 /**
22 * SECTION:theme-loader
23 * @section_id: libpurple-theme-loader
24 * @short_description: <filename>theme-loader.h</filename>
25 * @title: Theme Loader abstact class
24 */ 26 */
25 27
26 #ifndef PURPLE_THEME_LOADER_H 28 #ifndef PURPLE_THEME_LOADER_H
27 #define PURPLE_THEME_LOADER_H 29 #define PURPLE_THEME_LOADER_H
28 30

mercurial