diff options
Diffstat (limited to 'src/nmtui/nmt-editor-section.c')
| -rw-r--r-- | src/nmtui/nmt-editor-section.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmtui/nmt-editor-section.c b/src/nmtui/nmt-editor-section.c index 462d1f89..0f8aa6e0 100644 --- a/src/nmtui/nmt-editor-section.c +++ b/src/nmtui/nmt-editor-section.c @@ -42,7 +42,7 @@ enum { /** * nmt_editor_section_new: * @title: the section title - * @header_widget: (allow-none): the widget to show next to the title + * @header_widget: (nullable): the widget to show next to the title * @show_by_default: whether the section should be open by default * * Creates a new #NmtEditorSection. |