summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2011-06-16 21:37:31 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2011-06-16 21:37:31 +0400
commit2a3fe797aefce55e6d1d70494f6dd416e58f0fa0 (patch)
tree550556cd1d8e75b75bc04a60704fe3d4b5c9281c /saedit/main.h
parentc2892952d67b14ba727699ee01f5767b9b664143 (diff)
downloadtools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.tar.gz
tools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.tar.bz2
tools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.tar.xz
tools-2a3fe797aefce55e6d1d70494f6dd416e58f0fa0.zip
saedit: Some updates
Diffstat (limited to 'saedit/main.h')
-rw-r--r--saedit/main.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/saedit/main.h b/saedit/main.h
index 7cd67b3..5ef398b 100644
--- a/saedit/main.h
+++ b/saedit/main.h
@@ -45,11 +45,9 @@ static void format_src_string(gchar *src);
static void open_xml_file(GtkButton *button, gpointer buffer);
static void free_imagesets(SAEInfo *sae_info);
static void free_actions(SAEInfo *sae_info);
-static void free_animations(SAEInfo *sae_info);
-static void save_to_xml_file(GtkButton *button, gpointer buffer);
+static void save_to_xml_file(gchar *filename);
static void data_folder_set_callback(GtkFileChooserButton *widget, gpointer data);
static void show_wrong_source_buffer_dialog();
-static GdkPixbuf* get_sprite_by_index(size_t index, SAEInfo *sae_info);
static void set_sprite_by_index(size_t index, SAEInfo *sae_info);
static void set_up_actions_by_imageset_name(gchar *imageset_name, SAEInfo *sae_info);
static gboolean set_up_imagesets(SAEInfo *sae_info);
@@ -70,9 +68,8 @@ static void load_config();
static void save_config_and_quit();
static void load_options();
static void free_imageset();
-static void kill_timeout(int tag);
static void show_grid_menu_item_toggled(GtkCheckMenuItem *checkmenuitem, gpointer user_data);
static void open_menu_item_activate(GtkMenuItem *menuitem, GtkFileChooserDialog *fcdialog);
static void parse_xml_text(gchar *text, SAEInfo *sae_info);
static void show_animation(SAEInfo *sae_info);
-static gboolean set_up_animation_by_direction(SAEInfo *sae_info, const gchar *direction);
+void free_animations(SAEInfo *sae_info);