Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
rhythmbox
Commits
26c69b2d
Commit
26c69b2d
authored
Feb 23, 2012
by
Jonathan Matthew
🐌
Browse files
metadata: fix dbus connection closure signal handler args (bug #670666)
parent
44b687fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
metadata/rb-metadata-dbus-service.c
View file @
26c69b2d
...
...
@@ -210,7 +210,10 @@ static const GDBusInterfaceVTable metadata_vtable = {
};
static
void
connection_closed_cb
(
GDBusConnection
*
connection
,
ServiceData
*
svc
)
connection_closed_cb
(
GDBusConnection
*
connection
,
gboolean
remote_peer_vanished
,
GError
*
error
,
ServiceData
*
svc
)
{
rb_debug
(
"client connection closed"
);
g_assert
(
connection
==
svc
->
connection
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment