X-Git-Url: http://git.maemo.org/git/?p=sbrightapplet;a=blobdiff_plain;f=src%2Fsimple-brightness-applet.h;h=b7ec54c832bdb157ee5cc44d75ae4cef857058ae;hp=344b85eb2a71d632f5477f685d452a9ca628cb9e;hb=ee71c988335b819fc439b2a17537fd8d22d7f433;hpb=1a7e9388d08e029e6abacf96a73827e46c5877ab diff --git a/src/simple-brightness-applet.h b/src/simple-brightness-applet.h index 344b85e..b7ec54c 100644 --- a/src/simple-brightness-applet.h +++ b/src/simple-brightness-applet.h @@ -1,7 +1,7 @@ /* * simple-brightness-applet - simple statusarea applet that allows the user to select the brightness from a range of 1-5 * - * Copyright (c) 2009 Faheem Pervez + * Copyright (c) 2009-2010 Faheem Pervez * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,8 +20,8 @@ * */ -#ifndef SIMPLE_BRIGHTNESS_APPLET_H -#define SIMPLE_BRIGHTNESS_APPLET_H +#ifndef __SIMPLE_BRIGHTNESS_APPLET_H__ +#define __SIMPLE_BRIGHTNESS_APPLET_H__ #include #include @@ -48,22 +48,23 @@ G_BEGIN_DECLS typedef struct _SimpleBrightnessApplet SimpleBrightnessApplet; typedef struct _SimpleBrightnessAppletClass SimpleBrightnessAppletClass; +typedef struct _SimpleBrightnessAppletPrivate SimpleBrightnessAppletPrivate; struct _SimpleBrightnessApplet { - HDStatusMenuItem hitem; + HDStatusMenuItem hitem; + + SimpleBrightnessAppletPrivate *priv; }; struct _SimpleBrightnessAppletClass { - HDStatusMenuItemClass parent_class; + HDStatusMenuItemClass parent_class; }; GType simple_brightness_applet_get_type (void); -SimpleBrightnessApplet* simple_brightness_applet_new (void); - G_END_DECLS -#endif /* SIMPLE_BRIGHTNESS_APPLET_H */ +#endif /* __SIMPLE_BRIGHTNESS_APPLET_H__ */