summaryrefslogtreecommitdiff
path: root/atk.defs
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-12-11 15:11:53 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-12-11 15:11:53 +0000
commit2ce1e13682fc75abab93c78a3fb73ae5979b01ef (patch)
tree3a1a28c076e5aeeb764f013ada4f1b322b05c23f /atk.defs
parentca542e8bca972a2aafc32b8f9a4acc1db3c30395 (diff)
downloadpygtk-2ce1e13682fc75abab93c78a3fb73ae5979b01ef.tar.gz
remove atk_attribute_get_name/value (again).
2001-12-11 James Henstridge <james@daa.com.au> * atk.defs: remove atk_attribute_get_name/value (again).
Diffstat (limited to 'atk.defs')
-rw-r--r--atk.defs16
1 files changed, 0 insertions, 16 deletions
diff --git a/atk.defs b/atk.defs
index 242deab9..50fd412b 100644
--- a/atk.defs
+++ b/atk.defs
@@ -1633,19 +1633,3 @@
)
)
-(define-function attribute_get_name
- (c-name "atk_attribute_get_name")
- (return-type "const-gchar*")
- (parameters
- '("AtkTextAttribute" "attr")
- )
-)
-
-(define-function attribute_get_value
- (c-name "atk_attribute_get_value")
- (return-type "const-gchar*")
- (parameters
- '("AtkTextAttribute" "attr")
- '("gint" "index")
- )
-)