~ubuntu-branches/ubuntu/trusty/gcr/trusty-proposed

« back to all changes in this revision

Viewing changes to gcr/gcr-unlock-options.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-03 10:18:39 UTC
  • Revision ID: package-import@ubuntu.com-20120503101839-wuvloldm7gmdsnij
Tags: upstream-3.4.1
ImportĀ upstreamĀ versionĀ 3.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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__ */