find out and use parameters of libosso, not only dbus
[simple-launcher] / simple-launcher.h
index 6455b2a..bd3ff96 100644 (file)
@@ -32,17 +32,16 @@ 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;
+  int getWidth() const;
+  int getHeight() const;
 
-       void getBackgroundColour(double& red, double& green, double& blue, double alpha) const;
+  void getBackgroundColour(double& red, double& green, double& blue, double alpha) const;
 
 private:
   static void addItem(LauncherItems&, const std::string&, bool);
@@ -82,3 +81,5 @@ private:
 };
 
 #endif
+
+// vim:ts=2:sw=2:et