From 08c86a69b964ca5183fbf93bf29d9a2fa9cb7663 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 8 Jun 2016 19:29:23 +0200 Subject: dbfp: add man pages for dbfp_location_close, dbfp_query_location --- man/dbfp_location_close.pod | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 man/dbfp_location_close.pod (limited to 'man/dbfp_location_close.pod') diff --git a/man/dbfp_location_close.pod b/man/dbfp_location_close.pod new file mode 100644 index 0000000..2120668 --- /dev/null +++ b/man/dbfp_location_close.pod @@ -0,0 +1,20 @@ +=head1 NAME + +dbfb_location_close - cleans up the data stored for a location returned by the +DB timetable API + +=head1 SYNOPSIS + + #include + + void dbfp_location_close(struct dbfp_location *location); + +=head1 DESCRIPTION + +B cleans up a I structure and releases +its allocated resources. The structure itself is not freed. I +may be NULL. + +=head1 SEE ALSO + +L -- cgit v1.2.1