diff options
author | Vincent Untz <vuntz@gnome.org> | 2007-06-09 08:09:50 +0000 |
---|---|---|
committer | Vincent Untz <vuntz@src.gnome.org> | 2007-06-09 08:09:50 +0000 |
commit | 25c7b24c533e2c42f56b9ce2e2ee050efe259374 (patch) | |
tree | 2a3e35cb0a373f983bbcf8f734c102a8e001330e /libwnck/window.c | |
parent | 8cbc32068d22f5848a5adbc80ea0e56011fe6827 (diff) | |
download | libwnck-25c7b24c533e2c42f56b9ce2e2ee050efe259374.tar.gz |
add some "Since: 2.20" items to doc. kill,
2007-06-09 Vincent Untz <vuntz@gnome.org>
* libwnck/screen.c:
* libwnck/window.c: add some "Since: 2.20" items to doc.
* libwnck/util.c: (set_dock_realize_handler): kill,
(wnck_gtk_window_set_dock_type): deprecate, and make it use
gdk_window_set_type_hint()
* libwnck/xutils.[ch]: (_wnck_set_dock_type_hint): kill
svn path=/trunk/; revision=1288
Diffstat (limited to 'libwnck/window.c')
-rw-r--r-- | libwnck/window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libwnck/window.c b/libwnck/window.c index cf63414..122508d 100644 --- a/libwnck/window.c +++ b/libwnck/window.c @@ -788,6 +788,8 @@ wnck_window_get_sort_order (WnckWindow *window) * * Sets the sort order of @window. The sort order is used for ordering of * @window in #WnckSelector and #WnckTasklist. + * + * Since: 2.20 **/ void wnck_window_set_sort_order (WnckWindow *window, gint order) |