Ecore_X(cb): Readd missing doxy.

SVN revision: 62728
This commit is contained in:
Christopher Michael 2011-08-23 16:43:18 +00:00
parent 4d6e04c512
commit dafdb01872
1 changed files with 5 additions and 0 deletions

View File

@ -233,6 +233,11 @@ ecore_x_cursor_free(Ecore_X_Cursor c)
xcb_free_cursor(_ecore_xcb_conn, c);
}
/*
* Returns the cursor for the given shape.
* Note that the return value must not be freed with
* ecore_x_cursor_free()!
*/
EAPI Ecore_X_Cursor
ecore_x_cursor_shape_get(int shape)
{