Blame gcr/gcr-icons.h

Packit Service f02b19
/*
Packit Service f02b19
 * gnome-keyring
Packit Service f02b19
 *
Packit Service f02b19
 * Copyright (C) 2010 Stefan Walter
Packit Service f02b19
 * Copyright (C) 2011 Collabora Ltd
Packit Service f02b19
 *
Packit Service f02b19
 * This program is free software; you can redistribute it and/or modify
Packit Service f02b19
 * it under the terms of the GNU Lesser General Public License as
Packit Service f02b19
 * published by the Free Software Foundation; either version 2.1 of
Packit Service f02b19
 * the License, or (at your option) any later version.
Packit Service f02b19
 *
Packit Service f02b19
 * This program is distributed in the hope that it will be useful, but
Packit Service f02b19
 * WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service f02b19
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service f02b19
 * Lesser General Public License for more details.
Packit Service f02b19
 *
Packit Service f02b19
 * You should have received a copy of the GNU Lesser General Public
Packit Service f02b19
 * License along with this program; if not, see <http://www.gnu.org/licenses/>.
Packit Service f02b19
 */
Packit Service f02b19
Packit Service f02b19
#if !defined (__GCR_INSIDE_HEADER__) && !defined (GCR_COMPILATION)
Packit Service f02b19
#error "Only <gcr/gcr.h> or <gcr/gcr-base.h> can be included directly."
Packit Service f02b19
#endif
Packit Service f02b19
Packit Service f02b19
#ifndef __GCR_ICONS_H__
Packit Service f02b19
#define __GCR_ICONS_H__
Packit Service f02b19
Packit Service f02b19
#include <gck/gck.h>
Packit Service f02b19
Packit Service f02b19
#include <gio/gio.h>
Packit Service f02b19
Packit Service f02b19
G_BEGIN_DECLS
Packit Service f02b19
Packit Service f02b19
#define GCR_ICON_CERTIFICATE    "application-certificate"
Packit Service f02b19
#define GCR_ICON_PASSWORD       "gcr-password"
Packit Service f02b19
#define GCR_ICON_GNUPG          "gcr-gnupg"
Packit Service f02b19
#define GCR_ICON_KEY            "gcr-key"
Packit Service f02b19
#define GCR_ICON_KEY_PAIR       "gcr-key-pair"
Packit Service f02b19
#define GCR_ICON_SMART_CARD     "gcr-smart-card"
Packit Service f02b19
#define GCR_ICON_HOME_DIRECTORY "user-home"
Packit Service f02b19
Packit Service f02b19
GIcon *          gcr_icon_for_token                (GckTokenInfo *token_info);
Packit Service f02b19
Packit Service f02b19
G_END_DECLS
Packit Service f02b19
Packit Service f02b19
#endif /* __GCR_SMART_CARD_H__ */