Reformat arglist.

This commit is contained in:
Daiki Ueno
2010-06-04 15:18:43 +09:00
parent 7adc9823bf
commit da031a7019

View File

@ -128,15 +128,15 @@ eek_clutter_section_real_get_bounds (EekSection *self,
} }
static EekKey * static EekKey *
eek_clutter_section_real_create_key (EekSection *self, eek_clutter_section_real_create_key (EekSection *self,
const gchar *name, const gchar *name,
guint *keysyms, guint *keysyms,
gint num_groups, gint num_groups,
gint num_levels, gint num_levels,
gint column, gint column,
gint row, gint row,
EekOutline *outline, EekOutline *outline,
EekBounds *bounds) EekBounds *bounds)
{ {
EekClutterSectionPrivate *priv = EEK_CLUTTER_SECTION_GET_PRIVATE(self); EekClutterSectionPrivate *priv = EEK_CLUTTER_SECTION_GET_PRIVATE(self);
EekKey *key; EekKey *key;