summaryrefslogtreecommitdiffstats
path: root/gtk/spice-session.h
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-07-18 19:27:37 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-07-18 19:27:59 +0200
commitf1943df6680cd2d9b7b515c7d806a67ff91d2036 (patch)
tree5ed12b7bad2525ee5ac92dd8abce32c3b64d013e /gtk/spice-session.h
parent0cb3dba038fda87b6a5062d1a5d1e3a4553bad1b (diff)
downloadspice-gtk-f1943df6680cd2d9b7b515c7d806a67ff91d2036.tar.gz
spice-gtk-f1943df6680cd2d9b7b515c7d806a67ff91d2036.tar.xz
spice-gtk-f1943df6680cd2d9b7b515c7d806a67ff91d2036.zip
build: fix introspection warnings
The only one left is related to GOptionGroup, which is not boxed.
Diffstat (limited to 'gtk/spice-session.h')
-rw-r--r--gtk/spice-session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/spice-session.h b/gtk/spice-session.h
index 9c68c23..a07d297 100644
--- a/gtk/spice-session.h
+++ b/gtk/spice-session.h
@@ -65,7 +65,7 @@ typedef enum {
struct _SpiceSession
{
GObject parent;
- spice_session *priv;
+ SpiceSessionPrivate *priv;
/* Do not add fields to this struct */
};