diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/elementary/elm_map.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_map.eo b/src/lib/elementary/elm_map.eo index 7f5376ad85..908444da84 100644 --- a/src/lib/elementary/elm_map.eo +++ b/src/lib/elementary/elm_map.eo | |||
@@ -431,7 +431,7 @@ class Elm.Map (Elm.Widget, Elm.Interface_Scrollable, | |||
431 | 431 | ||
432 | At least available sources of name type are "Nominatim". | 432 | At least available sources of name type are "Nominatim". |
433 | ]] | 433 | ]] |
434 | return: ptr(string); [[The char pointer array of source names.]] | 434 | return: legacy(ptr(string)); [[The char pointer array of source names.]] |
435 | params { | 435 | params { |
436 | @in type: Elm.Map.Source_Type; [[Source type.]] | 436 | @in type: Elm.Map.Source_Type; [[Source type.]] |
437 | } | 437 | } |