summaryrefslogtreecommitdiffstats
path: root/src/spice-gtk-session.h
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-09-22 16:13:25 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-09-25 13:39:40 +0200
commita2f6ac46b3bb43dddfa6e6999c508bcfc9514338 (patch)
treecb0cd148a38f02259b5b352800b893694942c2b1 /src/spice-gtk-session.h
parentece91c49ab3050f63882d2b4c876709bb6825a4b (diff)
downloadspice-gtk-a2f6ac46b3bb43dddfa6e6999c508bcfc9514338.tar.gz
spice-gtk-a2f6ac46b3bb43dddfa6e6999c508bcfc9514338.tar.xz
spice-gtk-a2f6ac46b3bb43dddfa6e6999c508bcfc9514338.zip
docs: Add missing symbol description strings
Diffstat (limited to 'src/spice-gtk-session.h')
-rw-r--r--src/spice-gtk-session.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/spice-gtk-session.h b/src/spice-gtk-session.h
index 3b4eac6..a69c174 100644
--- a/src/spice-gtk-session.h
+++ b/src/spice-gtk-session.h
@@ -33,6 +33,11 @@ typedef struct _SpiceGtkSession SpiceGtkSession;
typedef struct _SpiceGtkSessionClass SpiceGtkSessionClass;
typedef struct _SpiceGtkSessionPrivate SpiceGtkSessionPrivate;
+/**
+ * SpiceGtkSession:
+ *
+ * The #SpiceGtkSession struct is opaque and should not be accessed directly.
+ */
struct _SpiceGtkSession
{
GObject parent;
@@ -40,6 +45,12 @@ struct _SpiceGtkSession
/* Do not add fields to this struct */
};
+/**
+ * SpiceGtkSessionClass:
+ * @parent_class: Parent class.
+ *
+ * Class structure for #SpiceGtkSession.
+ */
struct _SpiceGtkSessionClass
{
GObjectClass parent_class;