[AdgContainer] Adding child with g_slist_prepend()
commitd36664433b6dc3ed96f00ae101e66237fd0e22ad
authorNicola Fontana <ntd@entidi.it>
Sun, 23 Aug 2009 21:33:03 +0000 (23 23:33 +0200)
committerNicola Fontana <ntd@entidi.it>
Sun, 23 Aug 2009 21:33:03 +0000 (23 23:33 +0200)
tree305a7bace061a95ca530acf9341664556bca347a
parent46093028ecf553e6dc904af1358b7568f27db161
[AdgContainer] Adding child with g_slist_prepend()

The prepend operation on a single list is more efficient and there is no
pitfalls in using a list ordered from the most recently added to the
oldest one.  Also, some minor code cleanup.
adg/adg-container-private.h
adg/adg-container.c