summaryrefslogtreecommitdiff
path: root/libwnck/private.h
diff options
context:
space:
mode:
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2011-07-30 03:27:17 +0200
committerVincent Untz <vuntz@gnome.org>2011-08-12 11:56:56 +0200
commit065fb8394e5437a741da50bb22558babcf5ce9c1 (patch)
tree7cfd55aa1a9bd64839829382d5c0db56b224c8f5 /libwnck/private.h
parent862a730f68c64ac8659cb45e898fb533b66cfdb9 (diff)
downloadlibwnck-065fb8394e5437a741da50bb22558babcf5ce9c1.tar.gz
core: Add API to get WM_CLASS group name & instance name of a WnckWindow
The old private getters for getting a window WM_CLASS name or WM_CLASS are now public as wnck_window_get_class_group_name() and wnck_window_get_class_instance_name(). It's important to be able to get the instance name as they could differ for special windows or for sub-applications (i.e. chromium web-apps). Also make wnckprop print out the window class instance. https://bugzilla.gnome.org/show_bug.cgi?id=168718
Diffstat (limited to 'libwnck/private.h')
-rw-r--r--libwnck/private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libwnck/private.h b/libwnck/private.h
index 97207fd..b4d6572 100644
--- a/libwnck/private.h
+++ b/libwnck/private.h
@@ -61,9 +61,6 @@ char* _wnck_window_get_name_for_display (WnckWindow *window,
gboolean use_state_decorations);
const char* _wnck_window_get_startup_id (WnckWindow *window);
-const char* _wnck_window_get_resource_class (WnckWindow *window);
-const char* _wnck_window_get_resource_name (WnckWindow *window);
-
time_t _wnck_window_get_needs_attention_time (WnckWindow *window);
time_t _wnck_window_or_transient_get_needs_attention_time (WnckWindow *window);