[AdgContainer] s/adg_container_get_children/adg_container_children/
commita4f814048cd6b6288548bf261fb48175b121fb9a
authorNicola Fontana <ntd@entidi.it>
Mon, 22 Feb 2010 20:58:31 +0000 (22 21:58 +0100)
committerNicola Fontana <ntd@entidi.it>
Mon, 22 Feb 2010 20:58:31 +0000 (22 21:58 +0100)
tree49f6e8d1ce8b4b74002c29122945bb2a6fda729a
parenta4f5464faf909d1c76af91178fc55539226b0fc4
[AdgContainer] s/adg_container_get_children/adg_container_children/

The method to get the children of a container returns a newly created
GSList, not a pointer to the internal list. As such, the function name
is not a properly getter (by the conventions used in the ADG project) so
it has been renamed accordingly.
adg/adg-container.c
adg/adg-container.h