minimal build
[platform/upstream/gcr.git] / gcr / gcr-unlock-options.h
1 /*
2  * Copyright (C) 2010 Stefan Walter
3  *
4  * This program is free software; you can redistribute it and/or modify
5  * it under the terms of the GNU Lesser General Public License as
6  * published by the Free Software Foundation; either version 2.1 of
7  * the License, or (at your option) any later version.
8  *
9  * This program is distributed in the hope that it will be useful, but
10  * WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12  * Lesser General Public License for more details.
13  *
14  * You should have received a copy of the GNU Lesser General Public
15  * License along with this program; if not, write to the Free Software
16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
17  * 02111-1307, USA.
18  */
19
20 #ifndef __GCR_UNLOCK_OPTIONS_H__
21 #define __GCR_UNLOCK_OPTIONS_H__
22
23 G_BEGIN_DECLS
24
25 #define GCR_UNLOCK_OPTION_ALWAYS    "always"
26 #define GCR_UNLOCK_OPTION_SESSION   "session"
27 #define GCR_UNLOCK_OPTION_TIMEOUT   "timeout"
28 #define GCR_UNLOCK_OPTION_IDLE      "idle"
29
30 G_END_DECLS
31
32 #endif /* __GCR_UNLOCK_OPTIONS_H__ */