summaryrefslogtreecommitdiff
path: root/src/lib/ecore_input/Ecore_Input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ecore_input/Ecore_Input.h')
-rw-r--r--src/lib/ecore_input/Ecore_Input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_input/Ecore_Input.h b/src/lib/ecore_input/Ecore_Input.h
index 8139f563d7..6853e764b5 100644
--- a/src/lib/ecore_input/Ecore_Input.h
+++ b/src/lib/ecore_input/Ecore_Input.h
@@ -489,7 +489,7 @@ extern "C" {
* @return name of joystick.
* @since 1.20
*/
- EAPI Eina_Slstr *ecore_input_joystick_name_get(int index);
+ EAPI const char *ecore_input_joystick_name_get(int index);
#ifdef __cplusplus
}
#endif