summaryrefslogtreecommitdiff
path: root/libwnck/class-group.c
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-06-09 06:09:23 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-06-09 06:09:23 +0000
commitfdef3851b2d5f6b7da3e876c29d6f93aa023cc3e (patch)
tree4ffaf9549f4abdc55e9ce568147efd5acc53de4f /libwnck/class-group.c
parentf6431a91f9431d5e2d5e5b9f65803cf63dc07024 (diff)
downloadlibwnck-fdef3851b2d5f6b7da3e876c29d6f93aa023cc3e.tar.gz
writing API doc is fun!
2007-06-09 Vincent Untz <vuntz@gnome.org> * doc/libwnck-docs.sgml: * doc/libwnck-sections.txt: * doc/tmpl/screen.sgml: * libwnck/application.c: * libwnck/class-group.c: * libwnck/screen.[ch]: * libwnck/util.h: * libwnck/window.c: * libwnck/workspace.c: writing API doc is fun! * libwnck/screen.c: (wnck_screen_get_workspace_index): updated for some clarity (wnck_screen_get_workspace_neighbor): ditto (wnck_screen_calc_workspace_layout): ditto, and if the number of workspaces is negative, calculate it (wnck_screen_net_wm_supports): make it really work on all screens, and not just the default screen * libwnck/window-action-menu.c: (wnck_create_window_action_menu): updated for some clarity svn path=/trunk/; revision=1286
Diffstat (limited to 'libwnck/class-group.c')
-rw-r--r--libwnck/class-group.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/libwnck/class-group.c b/libwnck/class-group.c
index 73f54b9..081b889 100644
--- a/libwnck/class-group.c
+++ b/libwnck/class-group.c
@@ -199,11 +199,12 @@ wnck_class_group_finalize (GObject *object)
* wnck_class_group_get:
* @res_class: name of the sought resource class.
*
- * Returns an existing class group based on its resource class name.
+ * Returns the #WnckClassGroup corresponding to @res_class.
*
- * Return value: an existing #WnckClassGroup, or %NULL if there is no group
- * with the specified @res_class. The returned #WnckClassGroup is owned by
- * libwnck and must not be referenced or unreferenced.
+ * Return value: the #WnckClassGroup corresponding to @res_class, or %NULL if
+ * there is no #WnckClassGroup with the specified @res_class. The returned
+ * #WnckClassGroup is owned by libwnck and must not be referenced or
+ * unreferenced.
**/
WnckClassGroup *
wnck_class_group_get (const char *res_class)