summaryrefslogtreecommitdiff
path: root/atk.defs
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2001-12-09 07:10:46 +0000
committerJames Henstridge <jamesh@src.gnome.org>2001-12-09 07:10:46 +0000
commit58676220d8c6491d88cf515d9fb530953a614467 (patch)
treea112949bca980715af764715943ee51dbab16bb1 /atk.defs
parenta377eceb08c66a7e2a5687e30099d7740dae3b35 (diff)
downloadpygtk-58676220d8c6491d88cf515d9fb530953a614467.tar.gz
rename. (text_attribute_get_value): rename.
2001-12-09 James Henstridge <james@daa.com.au> * atk.defs (text_attribute_get_name): rename. (text_attribute_get_value): rename. * gtk/gtk.override (_wrap_gtk_input_add_full): use PyObject_AsFileDescriptor to convert the first arg to the fd.
Diffstat (limited to 'atk.defs')
-rw-r--r--atk.defs8
1 files changed, 4 insertions, 4 deletions
diff --git a/atk.defs b/atk.defs
index 8b703d34..e285e698 100644
--- a/atk.defs
+++ b/atk.defs
@@ -1467,16 +1467,16 @@
(return-type "none")
)
-(define-function attribute_get_name
- (c-name "atk_attribute_get_name")
+(define-function text_attribute_get_name
+ (c-name "atk_text_attribute_get_name")
(return-type "const-gchar*")
(parameters
'("AtkTextAttribute" "attr")
)
)
-(define-function attribute_get_value
- (c-name "atk_attribute_get_value")
+(define-function text_attribute_get_value
+ (c-name "atk_text_attribute_get_value")
(return-type "const-gchar*")
(parameters
'("AtkTextAttribute" "attr")