summary refs log tree commit diff
path: root/src/libnmt-newt/nmt-newt-listbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libnmt-newt/nmt-newt-listbox.c')
-rw-r--r--src/libnmt-newt/nmt-newt-listbox.c2
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.
  */