Method
ShumateMapinsert_layer_above
Declaration [src]
void
shumate_map_insert_layer_above (
  ShumateMap* self,
  ShumateLayer* layer,
  ShumateLayer* next_sibling
)
Description [src]
Adds layer to self above next_sibling or, if next_sibling is NULL, at
the bottom of the layer list.
Parameters
- layer
- 
            Type: ShumateLayerA ShumateLayer.The data is owned by the caller of the method. 
- next_sibling
- 
            Type: ShumateLayerA ShumateLayerthat is a child ofself, orNULL.The argument can be NULL.The data is owned by the caller of the method.