summaryrefslogtreecommitdiff
path: root/atk/atkobject.c
diff options
context:
space:
mode:
authorPadraig O'Briain <padraig.obriain@sun.com>2003-09-10 10:19:52 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2003-09-10 10:19:52 +0000
commite5f56c004944944e7ac95d02e2f7e78ad2d6176e (patch)
treeecdceb68301157e49b65c7bb9dd3f54212888445 /atk/atkobject.c
parent9a9d24f5350b272c98292f7145b64b68be8f1139 (diff)
downloadatk-e5f56c004944944e7ac95d02e2f7e78ad2d6176e.tar.gz
Remove comments about signals. The description should be in files in
2003-09-10 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkobject.c: Remove comments about signals. The description should be in files in docs/tmpl directory. * docs/tmpl/atkhypertext.sgml: Add description for link-selected signal. * docs/tmpl/atkobject.sgml: Add descriptions for active-descendant-changed, children-changed, focus-event, property-change, state-change and visible-data-changed signals. * docs/tmpl/atkselection.sgml: Add description for selection-changed signal. * docs/tmpl/atktable.sgml: Add descriptions for column-deleted, columnn-inserted, column-reordered, model-changed, row-deleted, row-inserted and row-reordered signals. * docs/tmpl/atktext.sgml: Add description for text-attributes-changed, text-caret-moved, text-changed nd text-selection-changed signals. This fixes bug #121163.
Diffstat (limited to 'atk/atkobject.c')
-rwxr-xr-xatk/atkobject.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/atk/atkobject.c b/atk/atkobject.c
index 5f25af5..343c0d5 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -307,10 +307,6 @@ atk_object_class_init (AtkObjectClass *klass)
"Is used to notify that the table caption has changed ",
ATK_TYPE_OBJECT,
G_PARAM_READWRITE));
- /*
- * The signal "children_changed" supports two details:
- * "add" and "remove"
- */
atk_object_signals[CHILDREN_CHANGED] =
g_signal_new ("children_changed",
G_TYPE_FROM_CLASS (klass),
@@ -338,11 +334,6 @@ atk_object_class_init (AtkObjectClass *klass)
g_cclosure_marshal_VOID__POINTER,
G_TYPE_NONE, 1,
G_TYPE_POINTER);
- /*
- * The "state_change" signal supports details, one for each accessible
- * state type
- * (see atkstate.c).
- */
atk_object_signals[STATE_CHANGE] =
g_signal_new ("state_change",
G_TYPE_FROM_CLASS (klass),