[at-spi2-core] Improving atspi-misc documentation



commit 26d88140c2eb483ecdfbc605248bee920d88d375
Author: Aline Bessa <alibezz gmail com>
Date:   Fri Aug 5 20:56:18 2011 -0300

    Improving atspi-misc documentation

 atspi/atspi-misc.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/atspi/atspi-misc.c b/atspi/atspi-misc.c
index f58a78c..0094dde 100644
--- a/atspi/atspi-misc.c
+++ b/atspi/atspi-misc.c
@@ -869,8 +869,8 @@ atspi_init (void)
  *
  * Starts/enters the main event loop for the AT-SPI services.
  *
- * (NOTE: This method does not return control, it is exited via a call to
- *  atspi_event_quit () from within an event handler).
+ * NOTE: This method does not return control; it is exited via a call to
+ * #atspi_event_quit from within an event handler.
  *
  **/
 void
@@ -885,7 +885,7 @@ atspi_event_main (void)
  * atspi_event_quit:
  *
  * Quits the last main event loop for the SPI services,
- * see atspi_event_main
+ * See: #atspi_event_main
  **/
 void
 atspi_event_quit (void)
@@ -896,10 +896,10 @@ atspi_event_quit (void)
 /**
  * atspi_exit:
  *
- * Disconnects from the Accessibility Registry and releases 
+ * Disconnects from #AtspiRegistry instances and releases 
  * any floating resources. Call only once at exit.
  *
- * Returns: 0 if there were no leaks, otherwise non zero.
+ * Returns: 0 if there were no leaks, otherwise other integer values.
  **/
 int
 atspi_exit (void)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]