diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2007-06-19 12:23:36 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2007-06-19 12:23:36 +0000 |
commit | 60a409785facbef5ba61c0bb1e396ec027e02bbc (patch) | |
tree | ddcf183272d6352f3f57b8e13ddcb0ede4c885f9 /gtk/gtk.symbols | |
parent | 2e654b1671ea5451cc1ca8ed8a03380e2b175f7e (diff) | |
download | gtk+-60a409785facbef5ba61c0bb1e396ec027e02bbc.tar.gz |
Rename buildable methods to not clash with widget methods. (#448928,
2007-06-19 Johan Dahlin <jdahlin@async.com.br>
* gtk/*: Rename buildable methods to not clash with widget
methods. (#448928, Torsten Schoenfeld)
svn path=/trunk/; revision=18187
Diffstat (limited to 'gtk/gtk.symbols')
-rw-r--r-- | gtk/gtk.symbols | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols index b06f781efb..c3775ee581 100644 --- a/gtk/gtk.symbols +++ b/gtk/gtk.symbols @@ -423,7 +423,7 @@ gtk_box_set_spacing #if IN_HEADER(__GTK_BUILDABLE_H__) #if IN_FILE(__GTK_BUILDABLE_C__) -gtk_buildable_add +gtk_buildable_add_child gtk_buildable_construct_child gtk_buildable_custom_tag_start gtk_buildable_custom_tag_end @@ -433,7 +433,7 @@ gtk_buildable_get_name gtk_buildable_get_type G_GNUC_CONST gtk_buildable_parser_finished gtk_buildable_set_name -gtk_buildable_set_property +gtk_buildable_set_buildable_property #endif #endif |