~noskcaj/ubuntu/saucy/xfce4-power-manager/1.2.0-2ubuntu1

« back to all changes in this revision

Viewing changes to common/xfpm-icons.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-09 18:28:34 UTC
  • mfrom: (2.3.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101209182834-efb7dinmf9ssp3es
Tags: 1.0.1-0ubuntu1
Upload to natty (pkg-xfce svn r4665), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * * Copyright (C) 2009 Ali <aliov@xfce.org>
 
3
 *
 
4
 * Licensed under the GNU General Public License Version 2
 
5
 *
 
6
 * This program is free software; you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation; either version 2 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
 
11
 * This program is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with this program; if not, write to the Free Software
 
18
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
19
 */
 
20
 
 
21
#ifndef __XFPM_ICONS_H
 
22
#define __XFPM_ICONS_H
 
23
 
 
24
G_BEGIN_DECLS
 
25
 
 
26
#define XFPM_AC_ADAPTER_ICON                    "xfpm-ac-adapter"
 
27
 
 
28
#define XFPM_BATTERY_ICON                       "battery"
 
29
#define XFPM_UPS_ICON                           "xfpm-ups-100"
 
30
#define XFPM_KBD_ICON                           "xfpm-keyboard-100"
 
31
#define XFPM_MOUSE_ICON                         "xfpm-mouse-100"
 
32
#define XFPM_PHONE_ICON                         "xfpm-phone-100"
 
33
#define XFPM_PDA_ICON                           "xfpm-pda-100"
 
34
 
 
35
#define XFPM_PROCESSOR_ICON                     "processor"
 
36
 
 
37
#define XFPM_PRIMARY_ICON_PREFIX                "xfpm-primary-"
 
38
#define XFPM_UPS_ICON_PREFIX                    "xfpm-ups-"
 
39
#define XFPM_MOUSE_ICON_PREFIX                  "xfpm-mouse-"
 
40
#define XFPM_KBD_ICON_PREFIX                    "xfpm-keyboard-"
 
41
#define XFPM_CAMERA_ICON_PREFIX                 "xfpm-camera-"
 
42
#define XFPM_PDA_ICON_PREFIX                    "xfpm-pda-"
 
43
#define XFPM_PHONE_ICON_PREFIX                  "xfpm-phone-"
 
44
#define XFPM_KBD_MOUSE_ICON_PREFIX              "xfpm-keyboard-mouse-"
 
45
 
 
46
#define XFPM_DISPLAY_BRIGHTNESS_ICON            "xfpm-brightness-lcd"
 
47
#define XFPM_DISPLAY_BRIGHTNESS_INVALID_ICON    "xfpm-brightness-lcd-invalid" /* When no hw found */
 
48
#define XFPM_HIBERNATE_ICON                     "xfpm-hibernate"
 
49
#define XFPM_SUSPEND_ICON                       "xfpm-suspend"
 
50
 
 
51
G_END_DECLS
 
52
 
 
53
#endif