efl: Created Ecore group and added existing Ecore groups to it.

SVN revision: 81293
This commit is contained in:
Jonas M. Gastal 2012-12-18 18:38:44 +00:00
parent d487f9d744
commit e3ae81e65f
36 changed files with 74 additions and 0 deletions

View File

@ -141,3 +141,9 @@
*
* @brief Evil
*/
/**
* @defgroup Ecore
*
* @brief Ecore
*/

View File

@ -320,6 +320,7 @@ extern "C" {
/**
* @defgroup Ecore_Init_Group Ecore initialization, shutdown functions and reset on fork.
* @ingroup Ecore
*
* @{
*/
@ -332,6 +333,7 @@ EAPI int ecore_shutdown(void);
/**
* @defgroup Ecore_Main_Loop_Group Ecore main loop
* @ingroup Ecore
*
* This group discusses functions that are acting on Ecore's main loop itself or
* on events and infrastructure directly linked to it. Most programs only need
@ -1715,6 +1717,7 @@ EAPI void ecore_animator_custom_tick(void);
/**
* @defgroup Ecore_Time_Group Ecore time functions
* @ingroup Ecore
*
* These are function to retrieve time in a given format.
*
@ -2862,6 +2865,7 @@ EAPI void *ecore_job_del(Ecore_Job *job);
/**
* @defgroup Ecore_Application_Group Ecore Application functions
* @ingroup Ecore
*
* @{
*/

View File

@ -29,6 +29,7 @@ extern "C"
/**
* @defgroup Ecore_Audio_Group Ecore_Audio - Convenience audio API
* @ingroup Ecore
*
* @since 1.8
*

View File

@ -38,6 +38,7 @@
/**
* @defgroup Ecore_Con_Group Ecore_Con - Connection functions
* @ingroup Ecore
*
* The Ecore Connection Library ( @c Ecore_Con ) provides simple mechanisms
* for communications between programs using reliable sockets. It saves
@ -69,6 +70,7 @@
/**
* @defgroup Ecore_Con_Events_Group Ecore Connection Events Functions
* @ingroup Ecore
*
* @li ECORE_CON_CLIENT_ADD: Whenever a client connection is made to an
* @c Ecore_Con_Server, an event of this type is emitted, allowing the
@ -107,6 +109,7 @@
/**
* @defgroup Ecore_Con_Buffer Ecore Connection Buffering
* @ingroup Ecore
*
* As Ecore_Con works on an event driven design, as data arrives, events will
* be produced containing the data that arrived. It is up to the user of
@ -587,6 +590,7 @@ EAPI extern int ECORE_CON_EVENT_URL_PROGRESS;
/**
* @defgroup Ecore_Con_Lib_Group Ecore Connection Library Functions
* @ingroup Ecore
*
* Utility functions that set up and shut down the Ecore Connection
* library.
@ -708,6 +712,7 @@ EAPI Eina_Bool ecore_con_lookup(const char *name,
/**
* @defgroup Ecore_Con_SSL_Group Ecore Connection SSL Functions
* @ingroup Ecore
*
* @{
*/
@ -744,6 +749,7 @@ EAPI void ecore_con_socks_apply_always(Ecore_Con_Socks *ecs);
/**
* @defgroup Ecore_Con_Server_Group Ecore Connection Server Functions
* @ingroup Ecore
*
* This group of functions is applied to an @ref Ecore_Con_Server object. It
* doesn't mean that they should be used in the server application, but on the
@ -1097,6 +1103,7 @@ EAPI int ecore_con_client_fd_get(Ecore_Con_Client *cl);
/**
* @defgroup Ecore_Con_Client_Group Ecore Connection Client Functions
* @ingroup Ecore
*
* Functions to communicate with and/or set options on a client.
*
@ -1254,6 +1261,7 @@ EAPI int ecore_con_client_port_get(Ecore_Con_Client *cl);
/**
* @defgroup Ecore_Con_Url_Group Ecore URL Connection Functions
* @ingroup Ecore
*
* Utility functions that set up, use and shut down the Ecore URL
* Connection library.

View File

@ -626,6 +626,7 @@ ecore_con_socks_init(void)
/**
* @defgroup Ecore_Con_Socks_Group Ecore Connection SOCKS functions
* @ingroup Ecore
* @{
*/

View File

@ -64,6 +64,7 @@ extern "C" {
/**
* @defgroup Ecore_Evas_Group Ecore_Evas wrapper/helper set of functions
* @ingroup Ecore
*
* Ecore evas is a set of functions that makes it easy to tie together ecore's
* main loop and input handling to evas. As such it's a natural base for EFL
@ -1929,6 +1930,7 @@ EAPI void ecore_evas_x11_shape_input_apply(Ecore_Evas *ee);
/**
* @defgroup Ecore_Evas_Ews Ecore_Evas Single Process Windowing System.
* @ingroup Ecore
*
* These are global scope functions to manage the EWS to be used by
* ecore_evas_ews_new().
@ -2056,6 +2058,7 @@ EAPI extern int ECORE_EVAS_EWS_EVENT_CONFIG_CHANGE; /**< some other window prope
/**
* @defgroup Ecore_Evas_Extn External plug/socket infrastructure to remote canvases
* @ingroup Ecore
*
* These functions allow 1 process to create a "socket" was pluged into which another
* process can create a "plug" remotely to plug into.

View File

@ -35,6 +35,7 @@ extern "C" {
/**
* @defgroup Ecore_FB_Group Ecore_FB - Frame buffer convenience functions.
* @ingroup Ecore
*
* Functions used to set up and shut down the Ecore_Framebuffer functions.
*

View File

@ -186,6 +186,7 @@ _ecore_fb_ps2_fd_handler(void *data EINA_UNUSED, Ecore_Fd_Handler *fd_handler EI
}
/**
* @defgroup Ecore_FB_Click_Group Framebuffer Double Click Functions
* @ingroup Ecore
*
* Functions that deal with the double click time of the framebuffer.
*/

View File

@ -149,6 +149,7 @@ ecore_fb_ts_event_window_get(void)
/**
* @defgroup Ecore_FB_Calibrate_Group Framebuffer Calibration Functions
* @ingroup Ecore
*
* Functions that calibrate the screen.
*/

View File

@ -45,6 +45,7 @@ extern "C" {
/**
* @defgroup Ecore_File_Group Ecore_File - Files and directories convenience functions
* @ingroup Ecore
*
* @{
*/

View File

@ -19,6 +19,7 @@ static int _ecore_imf_init_count = 0;
/**
* @defgroup Ecore_IMF_Lib_Group Ecore Input Method Library Functions
* @ingroup Ecore
*
* Utility functions that set up and shut down the Ecore Input Method
* library.

View File

@ -14,6 +14,7 @@
/**
* @defgroup Ecore_IMF_Context_Group Ecore Input Method Context Functions
* @ingroup Ecore
*
* Functions that operate on Ecore Input Method Context objects.
@ -899,6 +900,7 @@ ecore_imf_context_filter_event(Ecore_IMF_Context *ctx, Ecore_IMF_Event_Type type
/**
* @defgroup Ecore_IMF_Context_Module_Group Ecore Input Method Context Module Functions
* @ingroup Ecore
*
* Functions that should be used by Ecore Input Method Context modules.
*/

View File

@ -9,6 +9,7 @@
/**
* @defgroup Ecore_IMF_Evas_Group Ecore Input Method Context Evas Helper Functions
* @ingroup Ecore
*
* Helper functions to make it easy to use Evas with Ecore_IMF.
* Converts each event from Evas to the corresponding event of Ecore_IMF.

View File

@ -247,6 +247,7 @@ static Ecore_Event_Handler *handler[6];
/**
* @defgroup Ecore_IPC_Library_Group IPC Library Functions
* @ingroup Ecore
*
* Functions that set up and shut down the Ecore IPC Library.
*/
@ -326,6 +327,7 @@ ecore_ipc_shutdown(void)
/**
* @defgroup Ecore_IPC_Server_Group IPC Server Functions
* @ingroup Ecore
*
* Functions the deal with IPC server objects.
*/
@ -776,6 +778,7 @@ ecore_ipc_server_flush(Ecore_Ipc_Server *svr)
/**
* @defgroup Ecore_IPC_Client_Group IPC Client Functions
* @ingroup Ecore
*
* Functions that deal with IPC client objects.
*/

View File

@ -60,6 +60,7 @@ static void xmb_event_handler(u64 status, u64 param, void *user_data);
/**
* @defgroup Ecore_Psl1ght_Library_Group PSL1GHT Library Functions
* @ingroup Ecore
*
* Functions used to set up and shut down the Ecore_Psl1ght functions.
*/

View File

@ -49,6 +49,7 @@ _ecore_sdl_pressed_node(const Ecore_SDL_Pressed *node,
/**
* @defgroup Ecore_Sdl_Library_Group SDL Library Functions
* @ingroup Ecore
*
* Functions used to set up and shut down the Ecore_Sdl functions.
*/

View File

@ -41,6 +41,7 @@ EAPI int ECORE_WL_EVENT_INTERFACES_BOUND = 0;
/**
* @defgroup Ecore_Wl_Init_Group Wayland Library Init and Shutdown Functions
* @ingroup Ecore
*
* Functions that start and shutdown the Ecore Wayland Library.
*/
@ -190,6 +191,7 @@ ecore_wl_shutdown(void)
/**
* @defgroup Ecore_Wl_Flush_Group Wayland Synchronization Functions
* @ingroup Ecore
*
* Functions that ensure that all commands which have been issued by the
* Ecore Wayland library have been sent to the server.
@ -226,6 +228,7 @@ ecore_wl_sync(void)
/**
* @defgroup Ecore_Wl_Display_Group Wayland Display Functions
* @ingroup Ecore
*
* Functions that set and retrieve various information about the Wayland Display.
*/

View File

@ -47,6 +47,7 @@ _ecore_wl_window_shutdown(void)
/**
* @defgroup Ecore_Wl_Window_Group Wayland Library Init and Shutdown Functions
* @ingroup Ecore
*
* Functions that can be used to create a Wayland window.
*/

View File

@ -51,6 +51,7 @@ extern "C" {
/**
* @defgroup Ecore_Win32_Group Ecore_Win32 library
* @ingroup Ecore
*
* @{
*/

View File

@ -45,6 +45,7 @@ extern "C" {
/**
* @defgroup Ecore_WinCE_Group Ecore_WinCE library
* @ingroup Ecore
*
* @{
*/

View File

@ -28,6 +28,7 @@ double _ecore_xcb_double_click_time = 0.25;
/**
* @defgroup Ecore_X_Init_Group X Library Init and Shutdown Functions
* @ingroup Ecore
*
* Functions that start and shut down the Ecore X Library.
*/
@ -320,6 +321,7 @@ ecore_x_disconnect(void)
/**
* @defgroup Ecore_X_Flush_Group X Synchronization Functions
* @ingroup Ecore
*
* Functions that ensure that all commands that have been issued by the
* Ecore X library have been sent to the server.
@ -1189,6 +1191,7 @@ ecore_x_dpi_get(void)
/**
* @defgroup Ecore_X_Display_Attr_Group X Display Attributes
* @ingroup Ecore
*
* Functions that set and retrieve X display attributes.
*/

View File

@ -48,6 +48,7 @@ _ecore_xcb_atoms_finalize(void)
/**
* @defgroup Ecore_X_Atom_Group XCB Atom Functions
* @ingroup Ecore
*
* Functions that operate on atoms
*/

View File

@ -62,6 +62,7 @@ _ecore_xcb_composite_finalize(void)
/**
* @defgroup Ecore_X_Composite_Group X Composite Extension Functions
* @ingroup Ecore
*
* Functions related to the X Composite Extension
*/

View File

@ -54,6 +54,7 @@ _ecore_xcb_damage_finalize(void)
/**
* @defgroup Ecore_X_Damage_Group X Damage Extension Functions
* @ingroup Ecore
*
* Functions related to the X Damage Extension.
*/

View File

@ -49,6 +49,7 @@ _ecore_xcb_dpms_finalize(void)
/**
* @defgroup Ecore_X_DPMS_Group X DPMS Extension Functions
* @ingroup Ecore
*
* Functions related to the X DPMS Extension
*/

View File

@ -2,6 +2,7 @@
/**
* @defgroup Ecore_X_Drawable_Group X Drawable Functions
* @ingroup Ecore
*
* Functions that operate on drawables.
*/

View File

@ -17,6 +17,7 @@ typedef struct _mwmhints
/**
* @defgroup Ecore_X_MWM_Group MWM related functions.
* @ingroup Ecore
*
* Functions related to MWM.
*/

View File

@ -2,6 +2,7 @@
/**
* @defgroup Ecore_X_Pixmap_Group X Pixmap Functions
* @ingroup Ecore
*
* Functions that operate on pixmaps.
*/

View File

@ -46,6 +46,7 @@ void *_ecore_xcb_window_grab_replay_data;
/**
* @defgroup Ecore_X_Window_Create_Group X Window Creation Functions
* @ingroup Ecore
*
* Functions that can be used to create an X window.
*/
@ -311,6 +312,7 @@ ecore_x_window_override_argb_new(Ecore_X_Window parent,
/**
* @defgroup Ecore_X_Window_Destroy_Group X Window Destroy Functions
* @ingroup Ecore
*
* Functions to destroy X windows.
*/
@ -441,6 +443,7 @@ ecore_x_window_configure(Ecore_X_Window win,
/**
* @defgroup Ecore_X_Window_Geometry_Group X Window Geometry Functions
* @ingroup Ecore
*
* Functions that change or retrieve the geometry of X windows.
*/
@ -585,6 +588,7 @@ ecore_x_window_border_width_set(Ecore_X_Window win,
/**
* @defgroup Ecore_X_Window_Z_Order_Group X Window Z Order Functions
* @ingroup Ecore
*
* Functions that change the Z order of X windows.
*/
@ -640,6 +644,7 @@ ecore_x_window_depth_get(Ecore_X_Window win)
/**
* @defgroup Ecore_X_Window_Properties_Group X Window Property Functions
* @ingroup Ecore
*
* Functions that set window properties.
*/
@ -679,6 +684,7 @@ ecore_x_window_defaults_set(Ecore_X_Window win)
/**
* @defgroup Ecore_X_Window_Visibility_Group X Window Visibility Functions
* @ingroup Ecore
*
* Functions to access and change the visibility of X windows.
*/
@ -753,6 +759,7 @@ ecore_x_window_hide(Ecore_X_Window win)
/**
* @defgroup Ecore_X_Window_Focus_Functions X Window Focus Functions
* @ingroup Ecore
*
* Functions that give the focus to an X Window.
*/
@ -796,6 +803,7 @@ ecore_x_window_focus_at_time(Ecore_X_Window win,
/**
* @defgroup Ecore_X_Window_Parent_Group X Window Parent Functions
* @ingroup Ecore
*
* Functions that retrieve or changes the parent window of a window.
*/

View File

@ -5,6 +5,7 @@
/**
* @defgroup Ecore_X_Window_Shape X Window Shape Functions
* @ingroup Ecore
*
* These functions use the shape extension of the X server to change
* shape of given windows.

View File

@ -108,6 +108,7 @@ _ecore_xcb_xfixes_avail_get(void)
/**
* @defgroup Ecore_X_Fixes_Group X Fixes Extension Functions
* @ingroup Ecore
*
* Functions related to the X Fixes extension.
*/

View File

@ -27,6 +27,7 @@ _ecore_x_dpms_init(void)
/**
* @defgroup Ecore_X_DPMS_Group X DPMS Extension Functions
* @ingroup Ecore
*
* Functions related to the X DPMS extension.
*/

View File

@ -6,6 +6,7 @@
/**
* @defgroup Ecore_X_Drawable_Group X Drawable Functions
* @ingroup Ecore
*
* Functions that operate on drawables.
*/

View File

@ -8,6 +8,7 @@
/**
* @defgroup Ecore_X_Pixmap_Group X Pixmap Functions
* @ingroup Ecore
*
* Functions that operate on pixmaps.
*/

View File

@ -16,6 +16,7 @@ static Ecore_X_Window *ignore_list = NULL;
/**
* @defgroup Ecore_X_Window_Create_Group X Window Creation Functions
* @ingroup Ecore
*
* Functions that can be used to create an X window.
*/
@ -213,6 +214,7 @@ ecore_x_window_input_new(Ecore_X_Window parent,
/**
* @defgroup Ecore_X_Window_Properties_Group X Window Property Functions
* @ingroup Ecore
*
* Functions that set window properties.
*/
@ -296,6 +298,7 @@ ecore_x_window_configure(Ecore_X_Window win,
/**
* @defgroup Ecore_X_Window_Destroy_Group X Window Destroy Functions
* @ingroup Ecore
*
* Functions to destroy X windows.
*/
@ -419,6 +422,7 @@ ecore_x_window_delete_request_send(Ecore_X_Window win)
/**
* @defgroup Ecore_X_Window_Visibility_Group X Window Visibility Functions
* @ingroup Ecore
*
* Functions to access and change the visibility of X windows.
*/
@ -484,6 +488,7 @@ ecore_x_window_hide(Ecore_X_Window win)
/**
* @defgroup Ecore_X_Window_Geometry_Group X Window Geometry Functions
* @ingroup Ecore
*
* Functions that change or retrieve the geometry of X windows.
*/
@ -558,6 +563,7 @@ ecore_x_window_move_resize(Ecore_X_Window win,
/**
* @defgroup Ecore_X_Window_Focus_Functions X Window Focus Functions
* @ingroup Ecore
*
* Functions that give the focus to an X Window.
*/
@ -615,6 +621,7 @@ ecore_x_window_focus_get(void)
/**
* @defgroup Ecore_X_Window_Z_Order_Group X Window Z Order Functions
* @ingroup Ecore
*
* Functions that change the Z order of X windows.
*/
@ -645,6 +652,7 @@ ecore_x_window_lower(Ecore_X_Window win)
/**
* @defgroup Ecore_X_Window_Parent_Group X Window Parent Functions
* @ingroup Ecore
*
* Functions that retrieve or changes the parent window of a window.
*/

View File

@ -10,6 +10,7 @@
/**
* @defgroup Ecore_X_Window_Shape X Window Shape Functions
* @ingroup Ecore
*
* These functions use the shape extension of the X server to change
* shape of given windows.