gpointer spacer;
};
-static void layer_add_cb (ClutterGroup *layer, ClutterActor *marker,
+static void layer_add_cb (ClutterGroup *layer,
+ ClutterActor *marker,
gpointer data);
static void
champlain_layer_get_property (GObject *object,
- guint property_id,
- GValue *value,
- GParamSpec *pspec)
+ guint property_id,
+ GValue *value,
+ GParamSpec *pspec)
{
//ChamplainLayer *self = CHAMPLAIN_LAYER (object);
switch (property_id)
static void
champlain_layer_set_property (GObject *object,
- guint property_id,
- const GValue *value,
- GParamSpec *pspec)
+ guint property_id,
+ const GValue *value,
+ GParamSpec *pspec)
{
//ChamplainLayer *self = CHAMPLAIN_LAYER (object);
switch (property_id)
* where the most north you are, the farther you are.
*/
static void
-layer_add_cb (ClutterGroup *layer, ClutterActor *marker, gpointer data)
+layer_add_cb (ClutterGroup *layer,
+ ClutterActor *marker,
+ gpointer data)
{
-
GList* markers = clutter_container_get_children (CLUTTER_CONTAINER(layer));
gint size, i;
gdouble y, tmp_y, low_y;
}
if (lowest)
- clutter_container_lower_child(CLUTTER_CONTAINER(layer), CLUTTER_ACTOR(marker), CLUTTER_ACTOR(lowest));
+ clutter_container_lower_child(CLUTTER_CONTAINER(layer),
+ CLUTTER_ACTOR(marker), CLUTTER_ACTOR(lowest));
}
-
/**
* champlain_layer_new:
*