Skip to content

Commit

Permalink
trivial: Fix doc typos (#601)
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee authored Feb 19, 2024
1 parent 838f67f commit f3c8937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/as-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -2745,8 +2745,8 @@ as_random_alnum_string (gssize len)
* as_utils_find_stock_icon_filename_full:
* @root_dir: the directory to search in, including prefix.
* @icon_name: the stock icon search name, e.g. "microphone.svg" or "kate"
* @icon_size: the icon color, e.g. 64 or 128. If size is 0, the first found icon is returned.
* @icon_scale the icon scaling factor, 1 for non HiDPI displays
* @icon_size: the icon size, e.g. 64 or 128. If size is 0, the first found icon is returned.
* @icon_scale: the icon scaling factor, 1 for non HiDPI displays
* @error: a #GError or %NULL
*
* Finds an icon filename in the filesystem that matches the given specifications.
Expand Down

0 comments on commit f3c8937

Please sign in to comment.