}
/**
- * @defgroup Evas_X_Window_Properties_Group X Window Property Functions
+ * @defgroup Ecore_X_Window_Properties_Group X Window Property Functions
*
* Functions that set window properties.
*/
* @c _NET_WM_PID.
*
* @param win The given window.
- * @ingroup Evas_X_Window_Properties_Groups
+ * @ingroup Ecore_X_Window_Properties_Groups
*/
EAPI void
ecore_x_window_defaults_set(Ecore_X_Window win)
}
/**
- * @defgroup Evas_X_Window_Destroy_Group X Window Destroy Functions
+ * @defgroup Ecore_X_Window_Destroy_Group X Window Destroy Functions
*
* Functions to destroy X windows.
*/
/**
* Deletes the given window.
* @param win The given window.
- * @ingroup Evas_X_Window_Destroy_Group
+ * @ingroup Ecore_X_Window_Destroy_Group
*/
EAPI void
ecore_x_window_free(Ecore_X_Window win)
/**
* Sends a delete request to the given window.
* @param win The given window.
- * @ingroup Evas_X_Window_Destroy_Group
+ * @ingroup Ecore_X_Window_Destroy_Group
*/
EAPI void
ecore_x_window_delete_request_send(Ecore_X_Window win)
}
/**
- * @defgroup Evas_X_Window_Visibility_Group X Window Visibility Functions
+ * @defgroup Ecore_X_Window_Visibility_Group X Window Visibility Functions
*
* Functions to access and change the visibility of X windows.
*/
* Synonymous to "mapping" a window in X Window System terminology.
*
* @param win The window to show.
- * @ingroup Evas_X_Window_Visibility
+ * @ingroup Ecore_X_Window_Visibility
*/
EAPI void
ecore_x_window_show(Ecore_X_Window win)
* Synonymous to "unmapping" a window in X Window System terminology.
*
* @param win The window to hide.
- * @ingroup Evas_X_Window_Visibility
+ * @ingroup Ecore_X_Window_Visibility
*/
EAPI void
ecore_x_window_hide(Ecore_X_Window win)