ecore_evas: add brief docs and since tags for new ecore_evas_shadow_geometry_*
authorStefan Schmidt <stefan@osg.samsung.com>
Tue, 14 Feb 2017 20:06:38 +0000 (21:06 +0100)
committerStefan Schmidt <stefan@osg.samsung.com>
Tue, 14 Feb 2017 20:47:15 +0000 (21:47 +0100)
These have been missing when introduced during the 1.19 cycle.

src/lib/ecore_evas/Ecore_Evas.h

index 0af4bcc..3d74e6b 100644 (file)
@@ -2442,8 +2442,19 @@ EAPI Eina_Bool   ecore_evas_draw_frame_get(const Ecore_Evas *ee) EINA_DEPRECATED
  *
  * Note that the framespace contains both a shadow or glow around the window,
  * and the window borders (title bar, etc...).
+ *
+ * @since 1.19
  */
 EAPI void        ecore_evas_shadow_geometry_set(Ecore_Evas *ee, int x, int y, int w, int h);
+
+/**
+ * @brief Get shadow geometry for client-side decorations
+ *
+ * Note that the framespace contains both a shadow or glow around the window,
+ * and the window borders (title bar, etc...).
+ *
+ * @since 1.19
+ */
 EAPI void        ecore_evas_shadow_geometry_get(const Ecore_Evas *ee, int *x, int *y, int *w, int *h);
 
 /**