diff options
Diffstat (limited to 'src/lib/ecore_evas')
-rw-r--r-- | src/lib/ecore_evas/Ecore_Evas.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore_evas/Ecore_Evas.h b/src/lib/ecore_evas/Ecore_Evas.h index e3e8b63000..d484bb1b95 100644 --- a/src/lib/ecore_evas/Ecore_Evas.h +++ b/src/lib/ecore_evas/Ecore_Evas.h | |||
@@ -3186,7 +3186,7 @@ typedef void (*Ecore_Evas_Vnc_Client_Disconnected_Cb)(void *data, Ecore_Evas *ee | |||
3186 | * @param port The port number to start the VNC server. Use @c -1 to set the default VNC port (5900) | 3186 | * @param port The port number to start the VNC server. Use @c -1 to set the default VNC port (5900) |
3187 | * @param accept_cb A callback used to accept a new client. If @c NULL all clients will be accepted. | 3187 | * @param accept_cb A callback used to accept a new client. If @c NULL all clients will be accepted. |
3188 | * @param disc_cb A callback used to inform that a client has disconnected. It may be @c NULL. | 3188 | * @param disc_cb A callback used to inform that a client has disconnected. It may be @c NULL. |
3189 | * @param data Data to pass to @a accept_cb and @disc_cb | 3189 | * @param data Data to pass to @p accept_cb and @p disc_cb |
3190 | * @return an Evas_Object that take everything under it to represent the view of the client. | 3190 | * @return an Evas_Object that take everything under it to represent the view of the client. |
3191 | * | 3191 | * |
3192 | * @see ecore_evas_vnc_stop() | 3192 | * @see ecore_evas_vnc_stop() |
@@ -3809,7 +3809,7 @@ typedef void (*Ecore_Evas_Drag_State_Changed_Cb)(Ecore_Evas *ee, unsigned int se | |||
3809 | * @param[in] cb Method to call when the events are received. | 3809 | * @param[in] cb Method to call when the events are received. |
3810 | * | 3810 | * |
3811 | * Only one such callback can exist for each Ecore_Evas. Calling this method multiple | 3811 | * Only one such callback can exist for each Ecore_Evas. Calling this method multiple |
3812 | * times overwrites previous functions. Use a NULL @cb func to stop being notified. | 3812 | * times overwrites previous functions. Use a NULL @p cb func to stop being notified. |
3813 | */ | 3813 | */ |
3814 | EAPI void ecore_evas_callback_drop_state_changed_set(Ecore_Evas *ee, Ecore_Evas_Drag_State_Changed_Cb cb); | 3814 | EAPI void ecore_evas_callback_drop_state_changed_set(Ecore_Evas *ee, Ecore_Evas_Drag_State_Changed_Cb cb); |
3815 | 3815 | ||
@@ -3832,7 +3832,7 @@ typedef void (*Ecore_Evas_Drag_Motion_Cb)(Ecore_Evas *ee, unsigned int seat, Ein | |||
3832 | * @param[in] cb Method to call when the events are received. | 3832 | * @param[in] cb Method to call when the events are received. |
3833 | * | 3833 | * |
3834 | * Only one such callback can exist for each Ecore_Evas. Calling this method multiple | 3834 | * Only one such callback can exist for each Ecore_Evas. Calling this method multiple |
3835 | * times overwrites previous functions. Use a NULL @cb func to stop being notified. | 3835 | * times overwrites previous functions. Use a NULL @p cb func to stop being notified. |
3836 | */ | 3836 | */ |
3837 | EAPI void ecore_evas_callback_drop_motion_set(Ecore_Evas *ee, Ecore_Evas_Drag_Motion_Cb cb); | 3837 | EAPI void ecore_evas_callback_drop_motion_set(Ecore_Evas *ee, Ecore_Evas_Drag_Motion_Cb cb); |
3838 | 3838 | ||
@@ -3858,7 +3858,7 @@ typedef void (*Ecore_Evas_Drop_Cb)(Ecore_Evas *ee, unsigned int seat, Eina_Posit | |||
3858 | * @param[in] cb Method to call when the events are received. | 3858 | * @param[in] cb Method to call when the events are received. |
3859 | * | 3859 | * |
3860 | * Only one such callback can exist for each Ecore_Evas. Calling this method multiple | 3860 | * Only one such callback can exist for each Ecore_Evas. Calling this method multiple |
3861 | * times overwrites previous functions. Use a NULL @cb func to stop being notified. | 3861 | * times overwrites previous functions. Use a NULL @p cb func to stop being notified. |
3862 | */ | 3862 | */ |
3863 | EAPI void ecore_evas_callback_drop_drop_set(Ecore_Evas *ee, Ecore_Evas_Drop_Cb cb); | 3863 | EAPI void ecore_evas_callback_drop_drop_set(Ecore_Evas *ee, Ecore_Evas_Drop_Cb cb); |
3864 | 3864 | ||