[at-spi2-core] A few documentation fixes



commit 20d21bf00d39df5830d2b7295d0812f826d45aed
Author: Mike Gorse <mgorse suse com>
Date:   Mon Dec 17 16:18:23 2012 -0500

    A few documentation fixes

 atspi/atspi-action.c                        |    2 +-
 atspi/atspi-constants.h                     |    2 +-
 doc/libatspi/tmpl/atspi-event-listener.sgml |    7 ++++---
 3 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/atspi/atspi-action.c b/atspi/atspi-action.c
index bf1d023..7e498e9 100644
--- a/atspi/atspi-action.c
+++ b/atspi/atspi-action.c
@@ -89,7 +89,7 @@ atspi_action_get_description (AtspiAction *obj, int i, GError **error)
  *        keybinding string is the "keyboard shortcut" which invokes the 
  *        action without posting any menus. 
  *        Meta-keys are indicated by the conventional strings
- *        "<Control>", "<Alt>", "<Shift>", "<Mod2>",
+ *        "&lt;Control&gt;", "&lt;Alt&gt;", "&lt;Shift&gt;", "&lt;Mod2&gt;",
  *        etc. (we use the same string as gtk_accelerator_name() in 
  *        gtk+-2.X.
  *
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index 683f518..cb85a92 100644
--- a/atspi/atspi-constants.h
+++ b/atspi/atspi-constants.h
@@ -190,7 +190,7 @@ typedef enum {
  * enumeration.
  *
  * Enumeration used by #AtspiMatchRule to specify
- * how to interpret #AtspiAccesible objects.
+ * how to interpret #AtspiAccessible objects.
  *
  **/
 typedef enum {
diff --git a/doc/libatspi/tmpl/atspi-event-listener.sgml b/doc/libatspi/tmpl/atspi-event-listener.sgml
index a380c09..5cf1a87 100644
--- a/doc/libatspi/tmpl/atspi-event-listener.sgml
+++ b/doc/libatspi/tmpl/atspi-event-listener.sgml
@@ -68,9 +68,10 @@ interface and content.
 
 </para>
 
- callback:
- callback_destroyed:
- Returns:
+ callback: 
+ user_data: 
+ callback_destroyed: 
+ Returns: 
 
 
 <!-- ##### FUNCTION atspi_event_listener_new_simple ##### -->



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