summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-10-24 13:56:56 -0700
committerChristian Hergert <chergert@redhat.com>2019-10-24 13:58:21 -0700
commit3de1e35aecbf3313295ad581a968420ecd4e4251 (patch)
tree19bb12467ef25fd563c15b9832170a8b1b254e4e
parent65b8e1a13ad1bc4bc9edcf280ebb28f9779a7a1b (diff)
downloadlibpeas-3de1e35aecbf3313295ad581a968420ecd4e4251.tar.gz
utils: cleanup whitespace for internal utils
-rw-r--r--libpeas/peas-utils.h35
1 files changed, 14 insertions, 21 deletions
diff --git a/libpeas/peas-utils.h b/libpeas/peas-utils.h
index 249ca75..1cfb8e8 100644
--- a/libpeas/peas-utils.h
+++ b/libpeas/peas-utils.h
@@ -27,28 +27,21 @@
#define PEAS_UTILS_C_LOADER_ID 0
#define PEAS_UTILS_N_LOADERS 4
-gboolean peas_utils_properties_array_to_parameter_list
- (GType exten_type,
- guint n_properties,
- const gchar **prop_names,
- const GValue *prop_values,
- GParameter *params);
-
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-gboolean peas_utils_valist_to_parameter_list (GType exten_type,
- const gchar *first_property,
- va_list var_args,
- GParameter **params,
- guint *n_params);
+gboolean peas_utils_properties_array_to_parameter_list (GType exten_type,
+ guint n_properties,
+ const gchar **prop_names,
+ const GValue *prop_values,
+ GParameter *params);
+gboolean peas_utils_valist_to_parameter_list (GType exten_type,
+ const gchar *first_property,
+ va_list var_args,
+ GParameter **params,
+ guint *n_params);
G_GNUC_END_IGNORE_DEPRECATIONS
-
-gint peas_utils_get_loader_id (const gchar *loader) G_GNUC_CONST;
-const gchar *
- peas_utils_get_loader_from_id (gint loader_id) G_GNUC_CONST;
-const gchar *
- peas_utils_get_loader_module_from_id (gint loader_id) G_GNUC_CONST;
-const gint *
- peas_utils_get_conflicting_loaders_from_id
- (gint loader_id) G_GNUC_CONST;
+gint peas_utils_get_loader_id (const gchar *loader) G_GNUC_CONST;
+const gchar *peas_utils_get_loader_from_id (gint loader_id) G_GNUC_CONST;
+const gchar *peas_utils_get_loader_module_from_id (gint loader_id) G_GNUC_CONST;
+const gint *peas_utils_get_conflicting_loaders_from_id (gint loader_id) G_GNUC_CONST;
#endif /* __PEAS_UTILS_H__ */