[recipes] gr-window.h: Cosmetic cleanup
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] gr-window.h: Cosmetic cleanup
- Date: Thu, 16 Mar 2017 02:22:59 +0000 (UTC)
commit f54826f9844bb2e707e0b54592498be04f4e2d0f
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Mar 15 21:55:16 2017 -0400
gr-window.h: Cosmetic cleanup
Sort the functions in a more consistent way.
src/gr-window.h | 28 ++++++++++++++--------------
1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/src/gr-window.h b/src/gr-window.h
index 4431dcc..08dd94a 100644
--- a/src/gr-window.h
+++ b/src/gr-window.h
@@ -34,20 +34,16 @@ GrWindow *gr_window_new (GrApp *app);
void gr_window_present_dialog (GrWindow *window,
GtkWindow *dialog);
+void gr_window_set_fullscreen (GrWindow *window,
+ gboolean fullscreen);
+void gr_window_go_back (GrWindow *window);
void gr_window_show_recipe (GrWindow *window,
GrRecipe *recipe);
void gr_window_edit_recipe (GrWindow *window,
GrRecipe *recipe);
-void gr_window_timer_expired (GrWindow *window,
- GrRecipe *recipe,
- int step);
-void gr_window_load_recipe (GrWindow *window,
- GFile *file);
-void gr_window_save_all (GrWindow *window);
void gr_window_show_search (GrWindow *window,
const char *terms);
-void gr_window_go_back (GrWindow *window);
void gr_window_show_diet (GrWindow *window,
const char *title,
GrDiets diet);
@@ -67,17 +63,14 @@ void gr_window_show_cuisine (GrWindow *window,
void gr_window_show_season (GrWindow *window,
const char *season,
const char *title);
-void gr_window_offer_undelete (GrWindow *window,
- GrRecipe *recipe);
-void gr_window_offer_contribute (GrWindow *window,
- GrRecipe *recipe);
-void gr_window_set_fullscreen (GrWindow *window,
- gboolean fullscreen);
-
void gr_window_show_image (GrWindow *window,
GArray *images,
int index);
+void gr_window_offer_undelete (GrWindow *window,
+ GrRecipe *recipe);
+void gr_window_offer_contribute (GrWindow *window,
+ GrRecipe *recipe);
void gr_window_offer_shopping (GrWindow *window);
void gr_window_show_my_chef_information (GrWindow *window);
@@ -85,4 +78,11 @@ void gr_window_show_about_dialog (GrWindow *window);
void gr_window_show_report_issue (GrWindow *window);
void gr_window_show_news (GrWindow *window);
+void gr_window_load_recipe (GrWindow *window,
+ GFile *file);
+void gr_window_save_all (GrWindow *window);
+void gr_window_timer_expired (GrWindow *window,
+ GrRecipe *recipe,
+ int step);
+
G_END_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]