[libdazzle] prefs: more whitespace cleanups



commit b6dab0fa4d049afc37b11c76b40a39419bccf946
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 5 20:54:18 2017 -0700

    prefs: more whitespace cleanups

 src/prefs/dzl-preferences.h |  161 +++++++++++++++++++++----------------------
 1 files changed, 79 insertions(+), 82 deletions(-)
---
diff --git a/src/prefs/dzl-preferences.h b/src/prefs/dzl-preferences.h
index 45ee5fd..2aa738c 100644
--- a/src/prefs/dzl-preferences.h
+++ b/src/prefs/dzl-preferences.h
@@ -31,87 +31,85 @@ struct _DzlPreferencesInterface
 {
   GTypeInterface parent_interface;
 
-  void     (*set_page)         (DzlPreferences *self,
-                                const gchar    *page_name,
-                                GHashTable     *map);
-  void     (*add_page)         (DzlPreferences *self,
-                                const gchar    *page_name,
-                                const gchar    *title,
-                                gint            priority);
-  void     (*add_group)        (DzlPreferences *self,
-                                const gchar    *page_name,
-                                const gchar    *group_name,
-                                const gchar    *title,
-                                gint            priority);
-  void     (*add_list_group)   (DzlPreferences   *self,
-                                const gchar      *page_name,
-                                const gchar      *group_name,
-                                const gchar      *title,
-                                GtkSelectionMode  mode,
-                                gint              priority);
-  guint    (*add_radio)        (DzlPreferences *self,
-                                const gchar    *page_name,
-                                const gchar    *group_name,
-                                const gchar    *schema_id,
-                                const gchar    *key,
-                                const gchar    *path,
-                                const gchar    *variant_string,
-                                const gchar    *title,
-                                const gchar    *subtitle,
-                                const gchar    *keywords,
-                                gint            priority);
-  guint    (*add_font_button)  (DzlPreferences *self,
-                                const gchar    *page_name,
-                                const gchar    *group_name,
-                                const gchar    *schema_id,
-                                const gchar    *key,
-                                const gchar    *title,
-                                const gchar    *keywords,
-                                gint            priority);
-  guint    (*add_switch)       (DzlPreferences *self,
-                                const gchar    *page_name,
-                                const gchar    *group_name,
-                                const gchar    *schema_id,
-                                const gchar    *key,
-                                const gchar    *path,
-                                const gchar    *variant_string,
-                                const gchar    *title,
-                                const gchar    *subtitle,
-                                const gchar    *keywords,
-                                gint            priority);
-  guint    (*add_spin_button)  (DzlPreferences *self,
-                                const gchar    *page_name,
-                                const gchar    *group_name,
-                                const gchar    *schema_id,
-                                const gchar    *key,
-                                const gchar    *path,
-                                const gchar    *title,
-                                const gchar    *subtitle,
-                                const gchar    *keywords,
-                                gint            priority);
-  guint    (*add_file_chooser) (DzlPreferences      *self,
-                                const gchar         *page_name,
-                                const gchar         *group_name,
-                                const gchar         *schema_id,
-                                const gchar         *key,
-                                const gchar         *path,
-                                const gchar         *title,
-                                const gchar         *subtitle,
-                                GtkFileChooserAction action,
-                                const gchar         *keywords,
-                                gint                 priority);
-  guint    (*add_custom)       (DzlPreferences *self,
-                                const gchar    *page_name,
-                                const gchar    *group_name,
-                                GtkWidget      *widget,
-                                const gchar    *keywords,
-                                gint            priority);
-
-  gboolean (*remove_id)        (DzlPreferences *self,
-                                guint           widget_id);
-
-  GtkWidget *(*get_widget)     (DzlPreferences *self,
-                                guint           widget_id);
+  void        (*set_page)                   (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             GHashTable           *map);
+  void        (*add_page)                   (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *title,
+                                             gint                  priority);
+  void        (*add_group)                  (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             const gchar          *title,
+                                             gint                  priority);
+  void        (*add_list_group)             (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             const gchar          *title,
+                                             GtkSelectionMode      mode,
+                                             gint                  priority);
+  guint       (*add_radio)                  (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             const gchar          *schema_id,
+                                             const gchar          *key,
+                                             const gchar          *path,
+                                             const gchar          *variant_string,
+                                             const gchar          *title,
+                                             const gchar          *subtitle,
+                                             const gchar          *keywords,
+                                             gint                  priority);
+  guint       (*add_font_button)            (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             const gchar          *schema_id,
+                                             const gchar          *key,
+                                             const gchar          *title,
+                                             const gchar          *keywords,
+                                             gint                  priority);
+  guint       (*add_switch)                 (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             const gchar          *schema_id,
+                                             const gchar          *key,
+                                             const gchar          *path,
+                                             const gchar          *variant_string,
+                                             const gchar          *title,
+                                             const gchar          *subtitle,
+                                             const gchar          *keywords,
+                                             gint                  priority);
+  guint       (*add_spin_button)            (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             const gchar          *schema_id,
+                                             const gchar          *key,
+                                             const gchar          *path,
+                                             const gchar          *title,
+                                             const gchar          *subtitle,
+                                             const gchar          *keywords,
+                                             gint                  priority);
+  guint      (*add_file_chooser)            (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             const gchar          *schema_id,
+                                             const gchar          *key,
+                                             const gchar          *path,
+                                             const gchar          *title,
+                                             const gchar          *subtitle,
+                                             GtkFileChooserAction  action,
+                                             const gchar          *keywords,
+                                             gint                  priority);
+  guint      (*add_custom)                  (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             GtkWidget            *widget,
+                                             const gchar          *keywords,
+                                             gint                  priority);
+  gboolean   (*remove_id)                   (DzlPreferences       *self,
+                                             guint                 widget_id);
+  GtkWidget *(*get_widget)                  (DzlPreferences       *self,
+                                             guint                 widget_id);
 };
 
 void       dzl_preferences_add_page         (DzlPreferences       *self,
@@ -194,7 +192,6 @@ void       dzl_preferences_set_page         (DzlPreferences       *self,
 GtkWidget *dzl_preferences_get_widget       (DzlPreferences       *self,
                                              guint                 widget_id);
 
-
 G_END_DECLS
 
 #endif /* DZL_PREFERENCES_H */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]