From cbb0af8ee21b2101975eb17b67476f6cee9c9014 Mon Sep 17 00:00:00 2001 From: Joni Kokko Date: Thu, 18 Dec 2008 16:50:42 +0200 Subject: [PATCH] rows fixed --- irreco/src/webdb/irreco_webdb_cache.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/irreco/src/webdb/irreco_webdb_cache.h b/irreco/src/webdb/irreco_webdb_cache.h index 3ac17a2b..23b9b19e 100644 --- a/irreco/src/webdb/irreco_webdb_cache.h +++ b/irreco/src/webdb/irreco_webdb_cache.h @@ -106,14 +106,14 @@ gboolean irreco_webdb_cache_get_categories(IrrecoWebdbCache *self, IrrecoStringTable **categories); gboolean irreco_webdb_cache_get_all_categories(IrrecoWebdbCache *self, - IrrecoStringTable **categories); + IrrecoStringTable **categories); gboolean irreco_webdb_cache_get_manufacturers(IrrecoWebdbCache *self, - const gchar *category, - IrrecoStringTable **manufacturers); + const gchar *category, + IrrecoStringTable **manufacturers); gboolean irreco_webdb_cache_get_all_manufacturers(IrrecoWebdbCache *self, - IrrecoStringTable **manufacturers); + IrrecoStringTable **manufacturers); gboolean irreco_webdb_cache_get_models(IrrecoWebdbCache *self, const gchar *category, @@ -153,16 +153,16 @@ gboolean irreco_webdb_cache_set_theme_downloadable(IrrecoWebdbCache *self, const gchar *user, const gchar *password); gboolean irreco_webdb_cache_login(IrrecoWebdbCache *self, - const gchar *user, - const gchar *password); + const gchar *user, + const gchar *password); gboolean irreco_webdb_cache_get_themes(IrrecoWebdbCache *self, - IrrecoStringTable **theme); + IrrecoStringTable **theme); gboolean irreco_webdb_cache_get_theme_by_id(IrrecoWebdbCache *self, - gint theme_id, - IrrecoWebdbTheme **theme); + gint theme_id, + IrrecoWebdbTheme **theme); gboolean irreco_webdb_cache_get_preview_button(IrrecoWebdbCache *self, - gint theme_id, - IrrecoWebdbTheme **theme); + gint theme_id, + IrrecoWebdbTheme **theme); gint irreco_webdb_cache_add_bg_to_theme(IrrecoWebdbCache *self, const gchar *name, const gchar *image_hash, @@ -174,8 +174,8 @@ gint irreco_webdb_cache_add_bg_to_theme(IrrecoWebdbCache *self, const gchar *user, const gchar *password); gboolean irreco_webdb_cache_get_backgrounds(IrrecoWebdbCache *self, - gint theme_id, - IrrecoStringTable **bg_list); + gint theme_id, + IrrecoStringTable **bg_list); gboolean irreco_webdb_cache_get_bg_by_id(IrrecoWebdbCache *self, gint bg_id, const char *theme_bg_dir); @@ -200,8 +200,8 @@ gint irreco_webdb_cache_add_button_to_theme(IrrecoWebdbCache *self, const gchar *user, const gchar *password); gboolean irreco_webdb_cache_get_buttons(IrrecoWebdbCache *self, - gint theme_id, - IrrecoStringTable **button_list); + gint theme_id, + IrrecoStringTable **button_list); gboolean irreco_webdb_cache_get_button_by_id(IrrecoWebdbCache *self, gint button_id, const char *theme_button_dir); -- 2.11.4.GIT