Use auxillary structure to pass data to traversal callback
2000-12-22 Bradford Hovinen <hovinen@helixcode.com> * archive.c (foreach_cb): (archive_foreach_child_location): Use auxillary structure to pass data to traversal callback (archive_get_location): (archive_register_location): strdup() location ids (free_location_cb): free() key * Added config-manager-dialog.[ch], create-location-dialog.[ch], location-list.[ch], config-manager.c rollback-location-management.glade 2000-12-20 Bradford Hovinen <hovinen@helixcode.com> * location.c (location_get_parent): Implement * archive.c (load_all_locations): Implement (foreach_cb): (archive_foreach_child_location): Implement
This commit is contained in:
parent
0f67cd0cd0
commit
cef853b322
17 changed files with 2611 additions and 35 deletions
|
@ -103,6 +103,7 @@ void location_foreach_backend (Location *location,
|
|||
GList *location_find_path_from_common_parent (Location *location,
|
||||
Location *location2);
|
||||
|
||||
Location *location_get_parent (Location *location);
|
||||
const gchar *location_get_path (Location *location);
|
||||
const gchar *location_get_label (Location *location);
|
||||
const gchar *location_get_id (Location *location);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue