~ctf/unity-settings-daemon/bug1389099_mic_volume_icons

« back to all changes in this revision

Viewing changes to plugins/power/gsm-presence-flag.h

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2014-02-07 11:44:36 UTC
  • Revision ID: package-import@ubuntu.com-20140207114436-7t5u3yvwc4ul7w3e
Tags: upstream-14.04.0
ImportĀ upstreamĀ versionĀ 14.04.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
 
2
 *
 
3
 * Copyright (C) 2009 Red Hat, Inc.
 
4
 *
 
5
 * This program is free software; you can redistribute it and/or
 
6
 * modify it under the terms of the GNU General Public License as
 
7
 * published by the Free Software Foundation; either version 2 of the
 
8
 * License, or (at your option) any later version.
 
9
 *
 
10
 * This program is distributed in the hope that it will be useful, but
 
11
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 
13
 * Lesser General Public License for more details.
 
14
 *
 
15
 * You should have received a copy of the GNU General Public License
 
16
 * along with this program; if not, write to the Free Software
 
17
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 
18
 * 02111-1307, USA.
 
19
 */
 
20
 
 
21
#ifndef __GSM_PRESENCE_FLAG_H__
 
22
#define __GSM_PRESENCE_FLAG_H__
 
23
 
 
24
G_BEGIN_DECLS
 
25
 
 
26
typedef enum {
 
27
        GSM_PRESENCE_STATUS_AVAILABLE = 0,
 
28
        GSM_PRESENCE_STATUS_INVISIBLE,
 
29
        GSM_PRESENCE_STATUS_BUSY,
 
30
        GSM_PRESENCE_STATUS_IDLE,
 
31
} GsmPresenceStatus;
 
32
 
 
33
G_END_DECLS
 
34
 
 
35
#endif /* __GSM_PRESENCE_FLAG_H__ */