Cosmetic fixes.
This commit is contained in:
@ -92,7 +92,7 @@ struct _EekKeyClass
|
||||
|
||||
/*< private >*/
|
||||
/* padding */
|
||||
gpointer pdummy[23];
|
||||
gpointer pdummy[24];
|
||||
};
|
||||
|
||||
GType eek_key_get_type (void) G_GNUC_CONST;
|
||||
|
||||
@ -87,7 +87,7 @@ struct _EekKeyboardClass
|
||||
|
||||
/*< private >*/
|
||||
/* padding */
|
||||
gpointer pdummy[23];
|
||||
gpointer pdummy[24];
|
||||
};
|
||||
|
||||
GType eek_keyboard_get_type
|
||||
|
||||
@ -46,7 +46,7 @@ struct _EekSerializableIface
|
||||
|
||||
/*< private >*/
|
||||
/* padding */
|
||||
gpointer pdummy[5];
|
||||
gpointer pdummy[24];
|
||||
};
|
||||
|
||||
GType eek_serializable_get_type (void);
|
||||
|
||||
@ -87,9 +87,9 @@ main (int argc, char **argv)
|
||||
|
||||
error = NULL;
|
||||
keyboard = eekboard_keyboard_new ("/com/redhat/eekboard/Keyboard",
|
||||
connection,
|
||||
NULL,
|
||||
&error);
|
||||
connection,
|
||||
NULL,
|
||||
&error);
|
||||
if (error) {
|
||||
g_printerr ("%s\n", error->message);
|
||||
retval = 1;
|
||||
|
||||
Reference in New Issue
Block a user