mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00
libgimpbase: Add GIR annotation for memsize deserialize
The memsize argument was missing an `(out)` argument
This commit is contained in:
parent
c15c180eab
commit
2bc7ec8ef6
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ gimp_memsize_serialize (guint64 memsize)
|
|||
/**
|
||||
* gimp_memsize_deserialize:
|
||||
* @string: a string as returned by gimp_memsize_serialize()
|
||||
* @memsize: return location for memory size in bytes
|
||||
* @memsize: (out): return location for memory size in bytes
|
||||
*
|
||||
* Parses a string representation of a memory size as returned by
|
||||
* gimp_memsize_serialize().
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue