[Xfce4-commits] [apps/xfdashboard] 01/02: Fixed using the correct marshal for signal emission of XfdashboardApplicationDatabase
noreply at xfce.org
noreply at xfce.org
Tue Mar 28 07:33:41 CEST 2017
This is an automated email from the git hooks/post-receive script.
nomad pushed a commit to branch master
in repository apps/xfdashboard.
commit 056ec94f0987e00213648078b7200f7efbef2094
Author: Stephan Haller <nomad at froevel.de>
Date: Tue Mar 28 07:24:21 2017 +0200
Fixed using the correct marshal for signal emission of XfdashboardApplicationDatabase
---
libxfdashboard/application-database.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libxfdashboard/application-database.c b/libxfdashboard/application-database.c
index a08fb18..22bbc4b 100644
--- a/libxfdashboard/application-database.c
+++ b/libxfdashboard/application-database.c
@@ -1324,7 +1324,7 @@ static void xfdashboard_application_database_class_init(XfdashboardApplicationDa
G_STRUCT_OFFSET(XfdashboardApplicationDatabaseClass, application_added),
NULL,
NULL,
- g_cclosure_marshal_VOID__VOID,
+ g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE,
1,
G_TYPE_APP_INFO);
@@ -1336,7 +1336,7 @@ static void xfdashboard_application_database_class_init(XfdashboardApplicationDa
G_STRUCT_OFFSET(XfdashboardApplicationDatabaseClass, application_removed),
NULL,
NULL,
- g_cclosure_marshal_VOID__VOID,
+ g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE,
1,
G_TYPE_APP_INFO);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list