aboutsummaryrefslogtreecommitdiff
path: root/man/dbfp_location_close.pod
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2016-06-08 19:29:23 +0200
committerRobin Krahl <me@robin-krahl.de>2016-06-08 19:29:23 +0200
commit08c86a69b964ca5183fbf93bf29d9a2fa9cb7663 (patch)
treefcacea4b14b1801128d3423916543a04957bc0d2 /man/dbfp_location_close.pod
parent6033e3191516f23c837b3878b00e23f0c90ed09a (diff)
downloaddbfp-08c86a69b964ca5183fbf93bf29d9a2fa9cb7663.tar.gz
dbfp-08c86a69b964ca5183fbf93bf29d9a2fa9cb7663.tar.bz2
dbfp: add man pages for dbfp_location_close, dbfp_query_location
Diffstat (limited to 'man/dbfp_location_close.pod')
-rw-r--r--man/dbfp_location_close.pod20
1 files changed, 20 insertions, 0 deletions
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 <dbfp.h>
+
+ void dbfp_location_close(struct dbfp_location *location);
+
+=head1 DESCRIPTION
+
+B<dbfp_location_close> cleans up a I<dbfp_location> structure and releases
+its allocated resources. The structure itself is not freed. I<location>
+may be NULL.
+
+=head1 SEE ALSO
+
+L<dbfp_query_location(3)>