|
delete_person_from_database(db,
person,
trans)
Deletes a person from the database, cleaning up all associated
references. |
source code
|
|
|
remove_family_relationships(db,
family_handle,
trans=None) |
source code
|
|
|
remove_parent_from_family(db,
person_handle,
family_handle,
trans=None)
Remove a person as either the father or mother of a family, deleting
the family if it becomes empty. |
source code
|
|
|
remove_child_from_family(db,
person_handle,
family_handle,
trans=None)
Remove a person as a child of the family, deleting the family if it
becomes empty. |
source code
|
|
|
marriage_from_eventref_list(db,
eventref_list) |
source code
|
|
|
add_child_to_family(db,
family,
child,
mrel=gen.lib.ChildRefType(),
frel=gen.lib.ChildRefType(),
trans=None) |
source code
|
|
|
|
|
|
|
|