diff options
| author | Mattias Andrée <m@maandree.se> | 2025-03-27 20:09:57 +0100 | 
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-03-27 20:09:57 +0100 | 
| commit | f8f8b55d2eab3f2362eeb0b267e659af75dfb155 (patch) | |
| tree | c018dc4c10851658524648956e797fc82c11b447 | |
| parent | m (diff) | |
| download | libgeome-master.tar.gz libgeome-master.tar.bz2 libgeome-master.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -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); | 
