summaryrefslogtreecommitdiff
path: root/atk/atkhypertext.h
diff options
context:
space:
mode:
Diffstat (limited to 'atk/atkhypertext.h')
-rwxr-xr-xatk/atkhypertext.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/atk/atkhypertext.h b/atk/atkhypertext.h
index f6cc064..18464d9 100755
--- a/atk/atkhypertext.h
+++ b/atk/atkhypertext.h
@@ -52,10 +52,16 @@ struct _AtkHypertextIface
gint (* get_n_links) (AtkHypertext *hypertext);
gint (* get_link_index) (AtkHypertext *hypertext,
gint char_index);
+
+ /*
+ * signal handlers
+ */
+ void (* link_selected) (AtkHypertext *hypertext,
+ gint link_index);
+
AtkFunction pad1;
AtkFunction pad2;
AtkFunction pad3;
- AtkFunction pad4;
};
GType atk_hypertext_get_type (void);