diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-14 09:36:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-05-14 09:36:21 +0800 |
commit | 924bd2330315ca29b0bdf4151a232e4efd5507d5 (patch) | |
tree | 9293dcaff0900eb9591105e5aafd5623167fe086 /shell/e-shell-utils.h | |
parent | 7198aa064a8fc90389087c6704149e19bee51a43 (diff) | |
download | gsoc2013-evolution-924bd2330315ca29b0bdf4151a232e4efd5507d5.tar gsoc2013-evolution-924bd2330315ca29b0bdf4151a232e4efd5507d5.tar.gz gsoc2013-evolution-924bd2330315ca29b0bdf4151a232e4efd5507d5.tar.bz2 gsoc2013-evolution-924bd2330315ca29b0bdf4151a232e4efd5507d5.tar.lz gsoc2013-evolution-924bd2330315ca29b0bdf4151a232e4efd5507d5.tar.xz gsoc2013-evolution-924bd2330315ca29b0bdf4151a232e4efd5507d5.tar.zst gsoc2013-evolution-924bd2330315ca29b0bdf4151a232e4efd5507d5.zip |
Add new files.
svn path=/trunk/; revision=3021
Diffstat (limited to 'shell/e-shell-utils.h')
-rw-r--r-- | shell/e-shell-utils.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h new file mode 100644 index 0000000000..56f43b1b91 --- /dev/null +++ b/shell/e-shell-utils.h @@ -0,0 +1,29 @@ +/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ +/* e-shell-utils.h + * + * Copyright (C) 2000 Helix Code, Inc. + * + * 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. + * + * Author: Ettore Perazzoli + */ + +#ifndef E_SHELL_UTILS_H +#define E_SHELL_UTILS_H + +char *e_shell_get_icon_path (const char *icon_name); + +#endif |