diff options
Diffstat (limited to 'src/libnmt-newt/nmt-newt-listbox.c')
| -rw-r--r-- | src/libnmt-newt/nmt-newt-listbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnmt-newt/nmt-newt-listbox.c b/src/libnmt-newt/nmt-newt-listbox.c index 96e04c15..0a27e358 100644 --- a/src/libnmt-newt/nmt-newt-listbox.c +++ b/src/libnmt-newt/nmt-newt-listbox.c @@ -81,7 +81,7 @@ nmt_newt_listbox_new(int height, NmtNewtListboxFlags flags) * nmt_newt_listbox_append: * @listbox: an #NmtNewtListbox * @entry: the text for the new row - * @key: (allow-none): the key associated with @entry + * @key: (nullable): the key associated with @entry * * Adds a row to @listbox. */ |