From a858dd6dd572e97e822f0fbd16f3011c12597727 Mon Sep 17 00:00:00 2001 From: Aline Bessa Date: Tue, 2 Aug 2011 21:44:54 -0300 Subject: Improving atspi-devicelistener documentation. --- atspi/atspi-device-listener.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'atspi/atspi-device-listener.h') diff --git a/atspi/atspi-device-listener.h b/atspi/atspi-device-listener.h index 169738c9..2e785d17 100644 --- a/atspi/atspi-device-listener.h +++ b/atspi/atspi-device-listener.h @@ -38,8 +38,8 @@ * * A callback function prototype via which clients receive device event notifications. * - * Returns: %TRUE if the client wishes to consume/preempt the event, preventing it from being - * relayed to the currently focussed application, %FALSE if the event delivery should proceed as normal. + * Returns: #TRUE if the client wishes to consume/preempt the event, preventing it from being + * relayed to the currently focussed application, #FALSE if the event delivery should proceed as normal. **/ typedef gboolean (*AtspiDeviceListenerCB) (const AtspiDeviceEvent *stroke, void *user_data); @@ -49,10 +49,10 @@ typedef gboolean (*AtspiDeviceListenerCB) (const AtspiDeviceEvent *stroke, * @stroke: (transfer full): The #AtspiDeviceEvent for which notification is * being received. * - * Like #AtspiDeviceListenerCB but with no user data. + * Similar to #AtspiDeviceListenerCB, but with no user data. * - * Returns: %TRUE if the client wishes to consume/preempt the event, preventing it from being - * relayed to the currently focussed application, %FALSE if the event delivery should proceed as normal. + * Returns: #TRUE if the client wishes to consume/preempt the event, preventing it from being + * relayed to the currently focussed application, #FALSE if the event delivery should proceed as normal. **/ typedef gboolean (*AtspiDeviceListenerSimpleCB) (const AtspiDeviceEvent *stroke); -- cgit v1.2.1