[libdazzle] prefs: whitespace cleanup



commit 838a992c598339613963928ee913bf8347803065
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jun 5 20:37:40 2017 -0700

    prefs: whitespace cleanup

 src/prefs/dzl-preferences.h |  158 +++++++++++++++++++++---------------------
 1 files changed, 79 insertions(+), 79 deletions(-)
---
diff --git a/src/prefs/dzl-preferences.h b/src/prefs/dzl-preferences.h
index 31748cd..45ee5fd 100644
--- a/src/prefs/dzl-preferences.h
+++ b/src/prefs/dzl-preferences.h
@@ -114,85 +114,85 @@ struct _DzlPreferencesInterface
                                 guint           widget_id);
 };
 
-void     dzl_preferences_add_page         (DzlPreferences *self,
-                                           const gchar    *page_name,
-                                           const gchar    *title,
-                                           gint            priority);
-void     dzl_preferences_add_group        (DzlPreferences *self,
-                                           const gchar    *page_name,
-                                           const gchar    *group_name,
-                                           const gchar    *title,
-                                           gint            priority);
-void     dzl_preferences_add_list_group   (DzlPreferences   *self,
-                                           const gchar      *page_name,
-                                           const gchar      *group_name,
-                                           const gchar      *title,
-                                           GtkSelectionMode  mode,
-                                           gint              priority);
-guint    dzl_preferences_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    dzl_preferences_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    dzl_preferences_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    dzl_preferences_add_custom       (DzlPreferences *self,
-                                           const gchar    *page_name,
-                                           const gchar    *group_name,
-                                           GtkWidget      *widget,
-                                           const gchar    *keywords,
-                                           gint            priority);
-guint    dzl_preferences_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    dzl_preferences_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);
-gboolean dzl_preferences_remove_id        (DzlPreferences *self,
-                                           guint           widget_id);
-void     dzl_preferences_set_page         (DzlPreferences *self,
-                                           const gchar    *page_name,
-                                           GHashTable     *map);
-GtkWidget *dzl_preferences_get_widget     (DzlPreferences *self,
-                                           guint           widget_id);
+void       dzl_preferences_add_page         (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *title,
+                                             gint                  priority);
+void       dzl_preferences_add_group        (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             const gchar          *title,
+                                             gint                  priority);
+void       dzl_preferences_add_list_group   (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             const gchar          *title,
+                                             GtkSelectionMode      mode,
+                                             gint                  priority);
+guint      dzl_preferences_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      dzl_preferences_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      dzl_preferences_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      dzl_preferences_add_custom       (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             const gchar          *group_name,
+                                             GtkWidget            *widget,
+                                             const gchar          *keywords,
+                                             gint                  priority);
+guint      dzl_preferences_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      dzl_preferences_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);
+gboolean   dzl_preferences_remove_id        (DzlPreferences       *self,
+                                             guint                 widget_id);
+void       dzl_preferences_set_page         (DzlPreferences       *self,
+                                             const gchar          *page_name,
+                                             GHashTable           *map);
+GtkWidget *dzl_preferences_get_widget       (DzlPreferences       *self,
+                                             guint                 widget_id);
 
 
 G_END_DECLS


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