From f8f8b55d2eab3f2362eeb0b267e659af75dfb155 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 27 Mar 2025 20:09:57 +0100 Subject: Add missing @since MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libgeome.h | 4 ++++ 1 file changed, 4 insertions(+) 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); -- cgit v1.2.3-70-g09d2