checked warnings, removed theme orrery
[livewp] / applet / src / livewp-settings.h
index a0888b1..e3ba33d 100644 (file)
@@ -7,8 +7,8 @@
  *       for the code
  * 
  * This software is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 2.1 of
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2 of
  * the License, or (at your option) any later version.
  * 
  * This software is distributed in the hope that it will be useful, but
 */
 /*******************************************************************************/
 #include "livewp-common.h"
-void lw_settings(Animation_WallpaperPrivate *priv, gpointer data);
+
+#include <hildon-fm-2/hildon/hildon-file-chooser-dialog.h>
+#include <unistd.h>
+void fill_theme_button (Animation_WallpaperPrivate *priv, GtkWidget *button, gchar *category);
+void lw_main_settings(Animation_WallpaperPrivate *priv, gpointer data);
 void save_config(Animation_WallpaperPrivate *priv);
-gboolean check_applet_state(void);
+gboolean check_applet_state(gint number);
 void reload_scene(AWallpaperPlugin *desktop_plugin);
 GtkWidget* create_settings(void);
 void show_settings(GtkWidget *widget, Animation_WallpaperPrivate *priv);
-void start_applet(void);
-void stop_applet(void);
+void start_applet(gint number);
+void stop_applet(gint number);
+void send_dbus_signal (Animation_WallpaperPrivate *priv, const gchar *interface,
+                  const gchar *path, const gchar *member);
+gint read_config(Animation_WallpaperPrivate *priv);
+void lw_theme_settings(GtkWidget *button, Animation_WallpaperPrivate *priv); 
+void theme_button_clicked(GtkWidget *button, GdkEventButton *event, Animation_WallpaperPrivate *priv);
+void rich_animation_additional_parametr(GtkWidget *vbox, Animation_WallpaperPrivate *priv);
+void additional_parametr_for_theme_video(GtkWidget *vbox, Animation_WallpaperPrivate *priv);
+GSList * get_list_exthemes(void);
+void show_problem_package (GtkWidget *widget, gchar *package_name);
+void changed_value_one_in_all_cb (GtkWidget *toggle, Animation_WallpaperPrivate *priv);
+void save_one_in_all_views_to_config(gboolean one_in_all_views);
+gboolean cb_timeout_settings(GtkWidget *window);
+void create_themes_buttons_hbox(Animation_WallpaperPrivate *priv);