summaryrefslogtreecommitdiff
path: root/libwnck/window.c
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2011-08-12 12:46:49 +0200
committerVincent Untz <vuntz@gnome.org>2011-08-12 12:46:49 +0200
commitde8fb576b2db973e0adf98f412a5667a2c4b2d09 (patch)
tree10b7796f452fd3a7955cd72ac38994ffb8e793fb /libwnck/window.c
parent65ecde53d993970600b42f0b183b9485dd181099 (diff)
downloadlibwnck-de8fb576b2db973e0adf98f412a5667a2c4b2d09.tar.gz
core, wnckprop: Use "ID" instead of "resource class" in WnckClassGroup
To avoid any confusion for people not knowing what the WM_CLASS is, we talk about "identifier" instead of "resource class". This means we deprecate wnck_class_group_get_res_class(); wnck_class_group_get_id() should be used instead.
Diffstat (limited to 'libwnck/window.c')
-rw-r--r--libwnck/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libwnck/window.c b/libwnck/window.c
index 8ddd78b..0796957 100644
--- a/libwnck/window.c
+++ b/libwnck/window.c
@@ -1180,8 +1180,8 @@ _wnck_window_get_startup_id (WnckWindow *window)
* url="http://tronche.com/gui/x/icccm/sec-4.html&num;WM_CLASS">WM_CLASS Property</ulink>
* for @window.
*
- * The class group name can also be fetched from the #WnckClassGroup to which
- * @window belongs.
+ * The class group name is also the identifier name of the #WnckClassGroup to
+ * which @window belongs.
*
* Return value: the class group name for @window, or %NULL if @window belongs
* to no class group.