~ubuntu-branches/ubuntu/precise/xfce4-power-manager/precise

« back to all changes in this revision

Viewing changes to libxfpm/xfpm-icons.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-10-02 20:15:41 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20091002201541-ognqyxyov51epj84
Tags: 0.8.4-1ubuntu1
* New upstream bugfix release (LP: #438754), merge from Debian unstable,
  remaining Ubuntu changes:
  - debian/patches:
    + xubuntu-use-notification-icons.patch: use our notification-* icons for
      notification bubbles instead of the normal ones LP: #437374
    + 10_pc.patch: added patched files to POTFILES.skip
    + series: created, with these two patches
  - debian/rules: add --with quilt
  - debian/control: build-depends on quilt (>= 0.46-7).

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
#define XFPM_BATTERY_ICON                       "battery"
 
28
 
 
29
#define XFPM_PRIMARY_ICON_PREFIX                "xfpm-primary-"
 
30
#define XFPM_UPS_ICON_PREFIX                    "xfpm-ups-"
 
31
#define XFPM_MOUSE_ICON_PREFIX                  "xfpm-mouse-"
 
32
#define XFPM_KBD_ICON_PREFIX                    "xfpm-keyboard-"
 
33
#define XFPM_CAMERA_ICON_PREFIX                 "xfpm-camera-"
 
34
#define XFPM_PDA_ICON_PREFIX                    "xfpm-pda-"
 
35
#define XFPM_KBD_MOUSE_ICON_PREFIX              "xfpm-keyboard-mouse-"
 
36
 
 
37
#define XFPM_DISPLAY_BRIGHTNESS_ICON            "xfpm-brightness-lcd"
 
38
#define XFPM_DISPLAY_BRIGHTNESS_INVALID_ICON    "xfpm-brightness-lcd-invalid" /* When no hw found */
 
39
#define XFPM_HIBERNATE_ICON                     "xfpm-hibernate"
 
40
#define XFPM_SUSPEND_ICON                       "xfpm-suspend"
 
41
 
 
42
G_END_DECLS
 
43
 
 
44
#endif