From 3d8081d08529bbeaf2fe96bcb3667fc8c449e8aa Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Fri, 22 Sep 2017 20:16:06 +0200 Subject: eolian: rename generic_value to any_value --- src/lib/elementary/elm_prefs.eo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/elementary') diff --git a/src/lib/elementary/elm_prefs.eo b/src/lib/elementary/elm_prefs.eo index 51091638dd..32f72cba26 100644 --- a/src/lib/elementary/elm_prefs.eo +++ b/src/lib/elementary/elm_prefs.eo @@ -93,7 +93,7 @@ class Elm.Prefs (Elm.Widget, Efl.File) return: bool; [[$true, on success, $false otherwise]] params { @in name: string; [[The name of the item (as declared in the prefs collection)]] - @in value: ptr(const(generic_value)); [[The value to set on the item. It should be typed as the item expects, preferably, or a conversion will take place]] + @in value: ptr(const(any_value)); [[The value to set on the item. It should be typed as the item expects, preferably, or a conversion will take place]] } } item_value_get @const { @@ -106,7 +106,7 @@ class Elm.Prefs (Elm.Widget, Efl.File) params { @in name: string; [[The name of the item (as declared in the prefs collection) to get value from]] - @out value: generic_value; [[Where to store the value of the item. It will be overwritten and setup with the type the item is bound to]] + @out value: any_value; [[Where to store the value of the item. It will be overwritten and setup with the type the item is bound to]] } } item_object_get { -- cgit v1.2.1