Merge "Fix elm_config_font_overlay_apply() to also apply rescaling properly. Changese...
[framework/uifw/elementary.git] / src / lib / elm_config.h
index 413eab8..ff07a32 100644 (file)
@@ -138,6 +138,16 @@ EAPI void        elm_config_profile_list_free(Eina_List *l);
 EAPI void        elm_config_profile_set(const char *profile);
 
 /**
+ * Check if the given Elementary's profile exists.
+ *
+ * @param profile The profile's name
+ * @return EINA_TRUE if the profile exists, EINA_FALSE otherwise.
+ *
+ * @ingroup Profile
+ */
+EAPI Eina_Bool   elm_config_profile_exists(const char *profile);
+
+/**
  * @}
  */
 
@@ -467,6 +477,7 @@ EAPI void        elm_config_cursor_engine_only_set(Eina_Bool engine_only);
  * @ingroup Scaling
  */
 EAPI double elm_config_scale_get(void);
+EAPI double elm_scale_get(void);
 
 /**
  * Set the global scaling factor
@@ -478,6 +489,7 @@ EAPI double elm_config_scale_get(void);
  * @ingroup Scaling
  */
 EAPI void   elm_config_scale_set(double scale);
+EAPI void elm_scale_set(double scale);
 
 /**
  * @defgroup Password_last_show Password show last
@@ -719,6 +731,8 @@ EAPI void             elm_config_font_overlay_apply(void);
  * @ingroup Fingers
  */
 EAPI Evas_Coord elm_config_finger_size_get(void);
+// WRAPPER: Temperary Added.
+EAPI Evas_Coord elm_finger_size_get(void);
 
 /**
  * Set the configured finger size
@@ -729,6 +743,8 @@ EAPI Evas_Coord elm_config_finger_size_get(void);
  * @ingroup Fingers
  */
 EAPI void       elm_config_finger_size_set(Evas_Coord size);
+// WRAPPER: Temperary Added.
+EAPI void       elm_finger_size_set(Evas_Coord size);
 
 
 /**
@@ -945,4 +961,3 @@ EAPI void      elm_config_mirrored_set(Eina_Bool mirrored);
 /**
  * @}
  */
-