diff options
-rw-r--r-- | libgeome.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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); |