summaryrefslogtreecommitdiff
path: root/pluma/pluma-message-type.h
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:29:13 +0200
committerZenWalker <[email protected]>2019-07-06 21:46:58 +0200
commitdb655f3fb2f67b695d36369e584fcb598e0e1bea (patch)
treeff7a4404cb6f0d1d8ca3a08ee50c60641641f1b4 /pluma/pluma-message-type.h
parent5153fb08a2e26015d07e7b3805de15d38bd05a9d (diff)
downloadpluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.bz2
pluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'pluma/pluma-message-type.h')
-rw-r--r--pluma/pluma-message-type.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/pluma/pluma-message-type.h b/pluma/pluma-message-type.h
index af5d47d9..64a180ae 100644
--- a/pluma/pluma-message-type.h
+++ b/pluma/pluma-message-type.h
@@ -11,9 +11,9 @@ G_BEGIN_DECLS
#define PLUMA_TYPE_MESSAGE_TYPE (pluma_message_type_get_type ())
#define PLUMA_MESSAGE_TYPE(x) ((PlumaMessageType *)(x))
-typedef void (*PlumaMessageTypeForeach) (const gchar *key,
- GType type,
- gboolean required,
+typedef void (*PlumaMessageTypeForeach) (const gchar *key,
+ GType type,
+ gboolean required,
gpointer user_data);
typedef struct _PlumaMessageType PlumaMessageType;
@@ -25,7 +25,7 @@ gchar *pluma_message_type_identifier (const gchar *object_path,
const gchar *method);
gboolean pluma_message_type_is_valid_object_path (const gchar *object_path);
-PlumaMessageType *pluma_message_type_new (const gchar *object_path,
+PlumaMessageType *pluma_message_type_new (const gchar *object_path,
const gchar *method,
guint num_optional,
...) G_GNUC_NULL_TERMINATED;
@@ -55,7 +55,7 @@ const gchar *pluma_message_type_get_method (PlumaMessageType *message_type);
GType pluma_message_type_lookup (PlumaMessageType *message_type,
const gchar *key);
-
+
void pluma_message_type_foreach (PlumaMessageType *message_type,
PlumaMessageTypeForeach func,
gpointer user_data);