summaryrefslogtreecommitdiffstats
path: root/gtk/spice-pulse.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-20 03:27:43 +0100
committerMarc-André Lureau <marcandre.lureau@gmail.com>2010-11-24 02:34:55 +0100
commit9e050dc423bf8ea8754bdcc82c8aa53f09abadd1 (patch)
tree2ad92fcb25cf11c85d80bdc27b1efab408452366 /gtk/spice-pulse.h
parent42a862023db5d7a09091ae9415649d57dfcaa2dd (diff)
downloadspice-gtk-9e050dc423bf8ea8754bdcc82c8aa53f09abadd1.tar.gz
spice-gtk-9e050dc423bf8ea8754bdcc82c8aa53f09abadd1.tar.xz
spice-gtk-9e050dc423bf8ea8754bdcc82c8aa53f09abadd1.zip
gtk: passing seems wrong, it should be the context
Diffstat (limited to 'gtk/spice-pulse.h')
-rw-r--r--gtk/spice-pulse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/spice-pulse.h b/gtk/spice-pulse.h
index b3785e6..254710e 100644
--- a/gtk/spice-pulse.h
+++ b/gtk/spice-pulse.h
@@ -28,9 +28,10 @@ struct _SpicePulseClass {
/* Do not add fields to this struct */
};
-GType spice_pulse_get_type(void);
+GType spice_pulse_get_type(void);
-SpicePulse *spice_pulse_new(SpiceSession *session, GMainLoop *mainloop,
+SpicePulse *spice_pulse_new(SpiceSession *session,
+ GMainContext *context,
const char *name);
G_END_DECLS