summaryrefslogtreecommitdiff
path: root/atk.defs
diff options
context:
space:
mode:
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")
- )
-)