diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-04 22:59:07 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-04 22:59:07 +0800 |
commit | ecf81a22ceed387b5c592e31cd8e69a974834562 (patch) | |
tree | ef6d3f560d9693c97c93fd7521b83ade979e7fbf /gnome-2-22/libempathy-gtk/empathy-images.h | |
parent | 62e60bcd7fdded2946976696a7a8b2aaedb80570 (diff) | |
download | gsoc2013-empathy-EMPATHY_0_22_1.tar gsoc2013-empathy-EMPATHY_0_22_1.tar.gz gsoc2013-empathy-EMPATHY_0_22_1.tar.bz2 gsoc2013-empathy-EMPATHY_0_22_1.tar.lz gsoc2013-empathy-EMPATHY_0_22_1.tar.xz gsoc2013-empathy-EMPATHY_0_22_1.tar.zst gsoc2013-empathy-EMPATHY_0_22_1.zip |
Tagged for release 0.22.1.EMPATHY_0_22_1
svn path=/tags/EMPATHY_0_22_1/; revision=876
Diffstat (limited to 'gnome-2-22/libempathy-gtk/empathy-images.h')
-rw-r--r-- | gnome-2-22/libempathy-gtk/empathy-images.h | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/gnome-2-22/libempathy-gtk/empathy-images.h b/gnome-2-22/libempathy-gtk/empathy-images.h new file mode 100644 index 000000000..254467819 --- /dev/null +++ b/gnome-2-22/libempathy-gtk/empathy-images.h @@ -0,0 +1,45 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* + * Copyright (C) 2007 Collabora Ltd. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: Xavier Claessens <xclaesse@gmail.com> + */ + +#ifndef __EMPATHY_IMAGES_H__ +#define __EMPATHY_IMAGES_H__ + +G_BEGIN_DECLS + +#define EMPATHY_IMAGE_OFFLINE "empathy-offline" +#define EMPATHY_IMAGE_HIDDEN "empathy-offline" +#define EMPATHY_IMAGE_AVAILABLE "empathy-available" +#define EMPATHY_IMAGE_BUSY "empathy-busy" +#define EMPATHY_IMAGE_AWAY "empathy-away" +#define EMPATHY_IMAGE_EXT_AWAY "empathy-extended-away" +#define EMPATHY_IMAGE_UNKNOWN "empathy-pending" + +#define EMPATHY_IMAGE_MESSAGE "im-message" +#define EMPATHY_IMAGE_NEW_MESSAGE "im-message-new" +#define EMPATHY_IMAGE_TYPING "user-typing" +#define EMPATHY_IMAGE_CONTACT_INFORMATION "gtk-info" +#define EMPATHY_IMAGE_GROUP_MESSAGE "system-users" +#define EMPATHY_IMAGE_VOIP "gnome-stock-mic" +#define EMPATHY_IMAGE_LOG "document-open-recent" + +G_END_DECLS + +#endif /* __EMPATHY_IMAGES_ICONS_H__ */ |