[gtk+] places sidebar: Use the right marshallers
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] places sidebar: Use the right marshallers
- Date: Wed, 17 Feb 2016 00:22:15 +0000 (UTC)
commit da47ceb4c0cb9be72dfdd727a6afe18e5be3dc79
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Feb 16 19:20:22 2016 -0500
places sidebar: Use the right marshallers
We are passing the mount operation as argument, so use
a marshaller that expects an object argument.
gtk/gtkplacessidebar.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c
index 28d305a..e6dfbc2 100644
--- a/gtk/gtkplacessidebar.c
+++ b/gtk/gtkplacessidebar.c
@@ -4347,7 +4347,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GtkPlacesSidebarClass, mount),
NULL, NULL,
- _gtk_marshal_VOID__VOID,
+ _gtk_marshal_VOID__OBJECT,
G_TYPE_NONE,
1,
G_TYPE_MOUNT_OPERATION);
@@ -4369,7 +4369,7 @@ gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (GtkPlacesSidebarClass, unmount),
NULL, NULL,
- _gtk_marshal_VOID__VOID,
+ _gtk_marshal_VOID__OBJECT,
G_TYPE_NONE,
1,
G_TYPE_MOUNT_OPERATION);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]