Cosmetic fixes.

This commit is contained in:
Daiki Ueno
2011-02-18 14:03:51 +09:00
parent 3aa2e6f425
commit c3e10343b4
4 changed files with 6 additions and 6 deletions

View File

@ -92,7 +92,7 @@ struct _EekKeyClass
/*< private >*/
/* padding */
gpointer pdummy[23];
gpointer pdummy[24];
};
GType eek_key_get_type (void) G_GNUC_CONST;

View File

@ -87,7 +87,7 @@ struct _EekKeyboardClass
/*< private >*/
/* padding */
gpointer pdummy[23];
gpointer pdummy[24];
};
GType eek_keyboard_get_type

View File

@ -46,7 +46,7 @@ struct _EekSerializableIface
/*< private >*/
/* padding */
gpointer pdummy[5];
gpointer pdummy[24];
};
GType eek_serializable_get_type (void);

View File

@ -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;