summaryrefslogtreecommitdiff
path: root/atspi/atspi-device-listener.h
diff options
context:
space:
mode:
authorAline Bessa <alibezz@gmail.com>2011-08-02 21:44:54 -0300
committerMike Gorse <mgorse@novell.com>2011-08-23 22:02:11 -0500
commita858dd6dd572e97e822f0fbd16f3011c12597727 (patch)
treee3276bef96b543737f3886bb543de600c0053488 /atspi/atspi-device-listener.h
parent5fbe06502b020a2d908ffe160a6873be9b9dc960 (diff)
downloadat-spi2-core-a858dd6dd572e97e822f0fbd16f3011c12597727.tar.gz
Improving atspi-devicelistener documentation.
Diffstat (limited to 'atspi/atspi-device-listener.h')
-rw-r--r--atspi/atspi-device-listener.h10
1 files changed, 5 insertions, 5 deletions
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);