added comment.
authorBrian Cameron <bcameron@src.gnome.org>
Thu, 28 Jun 2001 10:11:00 +0000 (10:11 +0000)
committerBrian Cameron <bcameron@src.gnome.org>
Thu, 28 Jun 2001 10:11:00 +0000 (10:11 +0000)
atk/atktext.h

index 04c5dca..51671be 100755 (executable)
@@ -140,10 +140,15 @@ struct _AtkTextIface
                                                   gint             end_offset);
   gboolean       (* set_caret_offset)             (AtkText          *text,
                                                    gint             offset);
+
+  /*
+   * signal handlers
+   */
   void          (* text_changed)                 (AtkText          *text);
   void           (* caret_changed)                (AtkText          *text,
                                                    gint             location);
 };
+
 GType            atk_text_get_type (void);