summaryrefslogtreecommitdiff
path: root/libwnck/pager.h
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-06-09 04:04:59 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-06-09 04:04:59 +0000
commitf6431a91f9431d5e2d5e5b9f65803cf63dc07024 (patch)
tree5bf85ac56e16c7e4343b4e3da2ec65b3fc2a4e7b /libwnck/pager.h
parent98f265758b826b2c8bc12c98fdb1f48042de8658 (diff)
downloadlibwnck-f6431a91f9431d5e2d5e5b9f65803cf63dc07024.tar.gz
even more API documentation
2007-06-09 Vincent Untz <vuntz@gnome.org> * doc/libwnck-docs.sgml: * libwnck/application.[ch]: * libwnck/class-group.[ch]: * libwnck/pager.h: * libwnck/screen.[ch]: * libwnck/selector.h: * libwnck/tasklist.h: * libwnck/window.[ch]: * libwnck/workspace.[ch]: even more API documentation svn path=/trunk/; revision=1285
Diffstat (limited to 'libwnck/pager.h')
-rw-r--r--libwnck/pager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libwnck/pager.h b/libwnck/pager.h
index 82e4aaa..619f74d 100644
--- a/libwnck/pager.h
+++ b/libwnck/pager.h
@@ -38,6 +38,12 @@ typedef struct _WnckPager WnckPager;
typedef struct _WnckPagerClass WnckPagerClass;
typedef struct _WnckPagerPrivate WnckPagerPrivate;
+/**
+ * WnckPager:
+ *
+ * The #WnckPager struct contains only private fields and should not be
+ * directly accessed.
+ */
struct _WnckPager
{
GtkContainer parent_instance;