Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
libdmapsharing
Commits
908e2ad3
Commit
908e2ad3
authored
Dec 05, 2009
by
W. Michael Petullo
Browse files
Complete service-removed signal change.
Signed-off-by:
W. Michael Petullo
<
mike@flyn.org
>
parent
498dcd26
Changes
2
Hide whitespace changes
Inline
Side-by-side
libdmapsharing/dmap-mdns-browser-avahi.c
View file @
908e2ad3
...
...
@@ -150,9 +150,9 @@ dmap_mdns_browser_class_init (DMAPMdnsBrowserClass *klass)
G_STRUCT_OFFSET
(
DMAPMdnsBrowserClass
,
service_removed
),
NULL
,
NULL
,
g_cclosure_marshal_VOID__
POINTER
,
g_cclosure_marshal_VOID__
STRING
,
G_TYPE_NONE
,
1
,
G_TYPE_
POINTER
);
1
,
G_TYPE_
STRING
);
}
static
void
...
...
libdmapsharing/dmap-mdns-browser-howl.c
View file @
908e2ad3
...
...
@@ -446,9 +446,9 @@ dmap_mdns_browser_class_init (DMAPMdnsBrowserClass *klass)
G_STRUCT_OFFSET
(
DMAPMdnsBrowserClass
,
service_removed
),
NULL
,
NULL
,
g_cclosure_marshal_VOID__
POINTER
,
g_cclosure_marshal_VOID__
STRING
,
G_TYPE_NONE
,
1
,
G_TYPE_
POINTER
);
1
,
G_TYPE_
STRING
);
g_type_class_add_private
(
klass
,
sizeof
(
DMAPMdnsBrowserPrivate
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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