source: trunk/third/evolution/shell/e-icon-factory.h @ 18142

Revision 18142, 1.1 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18141, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2/* e-icon-factory.h - Icon factory for the Evolution shell.
3 *
4 * Copyright (C) 2002 Ximian, Inc.
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of version 2 of the GNU General Public
8 * License as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13 * General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public
16 * License along with this program; if not, write to the
17 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 * Boston, MA 02111-1307, USA.
19 *
20 * Author: Ettore Perazzoli <ettore@ximian.com>
21 */
22
23#ifndef _E_ICON_FACTORY_H_
24#define _E_ICON_FACTORY_H_
25
26#include <gdk-pixbuf/gdk-pixbuf.h>
27
28void       e_icon_factory_init      (void);
29
30GdkPixbuf *e_icon_factory_get_icon  (const char *icon_name,
31                                     gboolean    mini);
32
33#endif /* _E_ICON_FACTORY_H_ */
Note: See TracBrowser for help on using the repository browser.