summary refs log tree commit diff
path: root/src/nmtui/nmt-editor-grid.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmtui/nmt-editor-grid.c')
-rw-r--r--src/nmtui/nmt-editor-grid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nmtui/nmt-editor-grid.c b/src/nmtui/nmt-editor-grid.c
index e3524084..9b76e3fe 100644
--- a/src/nmtui/nmt-editor-grid.c
+++ b/src/nmtui/nmt-editor-grid.c
@@ -85,9 +85,9 @@ nmt_editor_grid_finalize(GObject *object)
 /**
  * nmt_editor_grid_append:
  * @grid: the #NmtEditorGrid
- * @label: (allow-none): the label text for @widget, or %NULL
- * @widget: (allow-none): the (main) widget
- * @extra: (allow-none): optional extra widget
+ * @label: (nullable): the label text for @widget, or %NULL
+ * @widget: (nullable): the (main) widget
+ * @extra: (nullable): optional extra widget
  *
  * Adds a row to @grid.
  *