Reformat arglist.
This commit is contained in:
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user