evas: Improve linespacing consistency

Reviewers: cedric

Subscribers: jpeg

Differential Revision: https://phab.enlightenment.org/D4879
This commit is contained in:
Bryce Harrington 2017-05-15 11:07:48 +02:00 committed by Stefan Schmidt
parent cf30397737
commit ddfc6f0632
1 changed files with 6 additions and 1 deletions

View File

@ -63,12 +63,14 @@ EAPI extern Evas_Version * evas_version;
* @since 1.1 * @since 1.1
*/ */
#define EVAS_CALLBACK_PRIORITY_BEFORE -100 #define EVAS_CALLBACK_PRIORITY_BEFORE -100
/** /**
* @def EVAS_CALLBACK_PRIORITY_DEFAULT * @def EVAS_CALLBACK_PRIORITY_DEFAULT
* Default callback priority level * Default callback priority level
* @since 1.1 * @since 1.1
*/ */
#define EVAS_CALLBACK_PRIORITY_DEFAULT 0 #define EVAS_CALLBACK_PRIORITY_DEFAULT 0
/** /**
* @def EVAS_CALLBACK_PRIORITY_AFTER * @def EVAS_CALLBACK_PRIORITY_AFTER
* Slightly less prioritized than default. * Slightly less prioritized than default.
@ -2119,7 +2121,6 @@ struct _Evas_Textgrid_Cell
* @{ * @{
*/ */
/** /**
* @def EVAS_SMART_CLASS_VERSION * @def EVAS_SMART_CLASS_VERSION
* *
@ -2130,6 +2131,7 @@ struct _Evas_Textgrid_Cell
* @ingroup Evas_Smart_Group * @ingroup Evas_Smart_Group
*/ */
#define EVAS_SMART_CLASS_VERSION 4 #define EVAS_SMART_CLASS_VERSION 4
/** /**
* @struct _Evas_Smart_Class * @struct _Evas_Smart_Class
* *
@ -3511,6 +3513,7 @@ EAPI void evas_language_reinit(void);
* @addtogroup Evas_Keys * @addtogroup Evas_Keys
* @{ * @{
*/ */
/** /**
* Checks the state of a given modifier of the default seat, at the time of the * Checks the state of a given modifier of the default seat, at the time of the
* call. If the modifier is set, such as shift being pressed, this * call. If the modifier is set, such as shift being pressed, this
@ -3531,6 +3534,7 @@ EAPI void evas_language_reinit(void);
* @see evas_seat_key_modifier_is_set * @see evas_seat_key_modifier_is_set
*/ */
EAPI Eina_Bool evas_key_modifier_is_set(const Evas_Modifier *m, const char *keyname) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1, 2); EAPI Eina_Bool evas_key_modifier_is_set(const Evas_Modifier *m, const char *keyname) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1, 2);
/** /**
* Checks the state of a given modifier key of a given seat, at the time of the * Checks the state of a given modifier key of a given seat, at the time of the
* call. If the modifier is set, such as shift being pressed, this * call. If the modifier is set, such as shift being pressed, this
@ -3555,6 +3559,7 @@ EAPI Eina_Bool evas_key_modifier_is_set(const Evas_Modifier *m, const
* @since 1.19 * @since 1.19
*/ */
EAPI Eina_Bool evas_seat_key_modifier_is_set(const Evas_Modifier *m, const char *keyname, const Evas_Device *seat) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1, 2); EAPI Eina_Bool evas_seat_key_modifier_is_set(const Evas_Modifier *m, const char *keyname, const Evas_Device *seat) EINA_WARN_UNUSED_RESULT EINA_ARG_NONNULL(1, 2);
/** /**
* Checks the state of a given lock key of the default seat, at the time of the call. If * Checks the state of a given lock key of the default seat, at the time of the call. If
* the lock is set, such as caps lock, this function returns @c * the lock is set, such as caps lock, this function returns @c