aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-27 20:09:57 +0100
committerMattias Andrée <m@maandree.se>2025-03-27 20:09:57 +0100
commitf8f8b55d2eab3f2362eeb0b267e659af75dfb155 (patch)
treec018dc4c10851658524648956e797fc82c11b447
parentm (diff)
downloadlibgeome-master.tar.gz
libgeome-master.tar.bz2
libgeome-master.tar.xz
Add missing @sinceHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r--libgeome.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgeome.h b/libgeome.h
index a4257a5..47a7243 100644
--- a/libgeome.h
+++ b/libgeome.h
@@ -251,6 +251,8 @@ extern const size_t libgeome_netservices_count;
*
* By default this is `/etc/geolocation`, but it can be
* changed at compile-time
+ *
+ * @since 2.0
*/
extern const char *const libgeome_default_geolocation_file;
@@ -386,6 +388,8 @@ int libgeome_get_from_command(struct libgeome_context *ctx, struct libgeome_data
* @param argv Command line arguments for the process, including the name of the command
* @return 0 if data could be retrieved, even if none of the requested data
* could be retrieved, -1 otherwise
+ *
+ * @since 2.0
*/
int libgeome_get_from_patterned_command(struct libgeome_context *ctx, struct libgeome_data *out, size_t limit,
unsigned int alarm_sec, const char *path, const char *const *argv);