diff options
| author | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-08-09 21:55:35 +0200 |
| commit | 05e4a733f2141995181a551854d5df929f084adf (patch) | |
| tree | 83bb937740a6667525ba0df046748ecaa829c269 /src/nmtui/nmt-widget-list.c | |
| parent | 14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff) | |
New upstream version 1.44.0 upstream/1.44.0
Diffstat (limited to 'src/nmtui/nmt-widget-list.c')
| -rw-r--r-- | src/nmtui/nmt-widget-list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nmtui/nmt-widget-list.c b/src/nmtui/nmt-widget-list.c index 18d4d16e..d150eee0 100644 --- a/src/nmtui/nmt-widget-list.c +++ b/src/nmtui/nmt-widget-list.c @@ -95,7 +95,7 @@ static void remove_clicked(NmtNewtButton *button, gpointer user_data); * @create_callback: callback to create new widgets * @user_data: user data for @create_callback * @destroy_notify: #GDestroyNotify for @user_data - * @empty_widget: (allow-none): a widget to display when there are + * @empty_widget: (nullable): a widget to display when there are * no "real" widgets in the list. * * Creates a new #NmtWidgetList. |