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
This commit is contained in:
committed by
Johan Dahlin
parent
2e654b1671
commit
60a409785f
@ -452,8 +452,8 @@ GtkBuildable
|
||||
GtkBuildableIface
|
||||
gtk_buildable_set_name
|
||||
gtk_buildable_get_name
|
||||
gtk_buildable_add
|
||||
gtk_buildable_set_property
|
||||
gtk_buildable_add_child
|
||||
gtk_buildable_set_buildable_property
|
||||
gtk_buildable_construct_child
|
||||
gtk_buildable_custom_tag_start
|
||||
gtk_buildable_custom_tag_end
|
||||
|
||||
@ -58,7 +58,7 @@ SEE ALSO
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_buildable_add ##### -->
|
||||
<!-- ##### FUNCTION gtk_buildable_add_child ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
@ -69,7 +69,7 @@ SEE ALSO
|
||||
@type:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_buildable_set_property ##### -->
|
||||
<!-- ##### FUNCTION gtk_buildable_set_buildable_property ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
Reference in New Issue
Block a user