[gtranslator] Using VOID instead of NONE in marshal file
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtranslator] Using VOID instead of NONE in marshal file
- Date: Wed, 12 Sep 2018 11:55:41 +0000 (UTC)
commit e7a83721e6f555559f57001cb33bba0bd8e2b02b
Author: Daniel GarcĂa Moreno <danigm wadobo com>
Date: Tue Sep 11 19:49:25 2018 +0200
Using VOID instead of NONE in marshal file
src/gtr-marshal.list | 2 +-
src/gtr-search-dialog.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gtr-marshal.list b/src/gtr-marshal.list
index df5a2f23..f3827ec5 100644
--- a/src/gtr-marshal.list
+++ b/src/gtr-marshal.list
@@ -1,2 +1,2 @@
-BOOLEAN:NONE
+BOOLEAN:VOID
VOID:OBJECT,OBJECT
diff --git a/src/gtr-search-dialog.c b/src/gtr-search-dialog.c
index 93567e6c..55175e4e 100644
--- a/src/gtr-search-dialog.c
+++ b/src/gtr-search-dialog.c
@@ -149,7 +149,7 @@ gtr_search_dialog_class_init (GtrSearchDialogClass * klass)
G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION,
G_STRUCT_OFFSET (GtrSearchDialogClass,
show_replace), NULL, NULL,
- gtr_marshal_BOOLEAN__NONE, G_TYPE_BOOLEAN, 0);
+ gtr_marshal_BOOLEAN__VOID, G_TYPE_BOOLEAN, 0);
g_object_class_install_property (object_class, PROP_SHOW_REPLACE,
g_param_spec_boolean ("show-replace",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]