* added applet initialization into applet-wrapper
[simple-launcher] / simple-launcher.h
index ccc6d25..9bd6407 100644 (file)
@@ -32,12 +32,12 @@ public:
   SimpleLauncherApplet(const std::string&);
  ~SimpleLauncherApplet();
 
-  bool doInit(void *state_data, int *state_size);
+  bool doInit();
 
   int saveState(void **state_data, int *state_size);
   GtkWidget *settings(GtkWindow *parent);
 
-  GtkWidget *getWidget() { return myWidget; }
+  GtkWidget *getWidget() const { return myWidget; }
 
   int getWidth() const;
   int getHeight() const;
@@ -82,3 +82,5 @@ private:
 };
 
 #endif
+
+// vim:ts=2:sw=2:et