Method
ShumateMapinsert_layer_behind
Declaration [src]
void
shumate_map_insert_layer_behind (
  ShumateMap* self,
  ShumateLayer* layer,
  ShumateLayer* next_sibling
)
Description [src]
Adds layer to self behind next_sibling or, if next_sibling is NULL, at
the top of the layer list.
Parameters
| layer | ShumateLayer | 
| A  | |
| The data is owned by the caller of the function. | |
| next_sibling | ShumateLayer | 
| A  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. |