checked warnings, removed theme orrery
[livewp] / applet / src / livewp-settings.h
1 /* vim: set sw=4 ts=4 et: */
2 /*
3  * This file is part of Live Wallpaper (livewp)
4  * 
5  * Copyright (C) 2010 Vlad Vasiliev
6  * Copyright (C) 2010 Tanya Makova
7  *       for the code
8  * 
9  * This software is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU General Public License
11  * as published by the Free Software Foundation; either version 2 of
12  * the License, or (at your option) any later version.
13  * 
14  * This software is distributed in the hope that it will be useful, but
15  * WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17  * Lesser General Public License for more details.
18  * 
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with this software; if not, write to the Free Software
21  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
22  * 02110-1301 USA
23 */
24 /*******************************************************************************/
25 #include "livewp-common.h"
26
27 #include <hildon-fm-2/hildon/hildon-file-chooser-dialog.h>
28 #include <unistd.h>
29 void fill_theme_button (Animation_WallpaperPrivate *priv, GtkWidget *button, gchar *category);
30 void lw_main_settings(Animation_WallpaperPrivate *priv, gpointer data);
31 void save_config(Animation_WallpaperPrivate *priv);
32 gboolean check_applet_state(gint number);
33 void reload_scene(AWallpaperPlugin *desktop_plugin);
34 GtkWidget* create_settings(void);
35 void show_settings(GtkWidget *widget, Animation_WallpaperPrivate *priv);
36 void start_applet(gint number);
37 void stop_applet(gint number);
38 void send_dbus_signal (Animation_WallpaperPrivate *priv, const gchar *interface,
39                   const gchar *path, const gchar *member);
40 gint read_config(Animation_WallpaperPrivate *priv);
41 void lw_theme_settings(GtkWidget *button, Animation_WallpaperPrivate *priv); 
42 void theme_button_clicked(GtkWidget *button, GdkEventButton *event, Animation_WallpaperPrivate *priv);
43 void rich_animation_additional_parametr(GtkWidget *vbox, Animation_WallpaperPrivate *priv);
44 void additional_parametr_for_theme_video(GtkWidget *vbox, Animation_WallpaperPrivate *priv);
45 GSList * get_list_exthemes(void);
46 void show_problem_package (GtkWidget *widget, gchar *package_name);
47 void changed_value_one_in_all_cb (GtkWidget *toggle, Animation_WallpaperPrivate *priv);
48 void save_one_in_all_views_to_config(gboolean one_in_all_views);
49 gboolean cb_timeout_settings(GtkWidget *window);
50 void create_themes_buttons_hbox(Animation_WallpaperPrivate *priv);
51