summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2007-07-10 09:42:26 +0000
committerVincent Untz <vuntz@src.gnome.org>2007-07-10 09:42:26 +0000
commit8e71259547d9632da9e7ffdbfe04b5765c62ec4b (patch)
tree3564301219dcec718a31f2417213700de2323684
parent69f13e0d55b19f764203cd154f74d7dea6c3be48 (diff)
downloadlibwnck-8e71259547d9632da9e7ffdbfe04b5765c62ec4b.tar.gz
use Deprecated:2.20: instead of just Deprecated:
2007-07-10 Vincent Untz <vuntz@gnome.org> * libwnck/pager.c: * libwcnk/screen.[ch]: * libwnck/tasklist.c: * libwnck/util.c: use Deprecated:2.20: instead of just Deprecated: svn path=/trunk/; revision=1409
-rw-r--r--ChangeLog7
-rw-r--r--libwnck/pager.c2
-rw-r--r--libwnck/screen.c8
-rw-r--r--libwnck/screen.h2
-rw-r--r--libwnck/tasklist.c10
-rw-r--r--libwnck/util.c2
-rw-r--r--libwnck/xutils.h1
7 files changed, 20 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 753fd45..c69c8ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-07-10 Vincent Untz <vuntz@gnome.org>
+ * libwnck/pager.c:
+ * libwcnk/screen.[ch]:
+ * libwnck/tasklist.c:
+ * libwnck/util.c: use Deprecated:2.20: instead of just Deprecated:
+
+2007-07-10 Vincent Untz <vuntz@gnome.org>
+
* AUTHORS: add myself
* libwnck/*: add myself for the copyright of relevant files
diff --git a/libwnck/pager.c b/libwnck/pager.c
index 4b72e4e..b2eaa9a 100644
--- a/libwnck/pager.c
+++ b/libwnck/pager.c
@@ -1859,7 +1859,7 @@ wnck_pager_focus (GtkWidget *widget,
* Does nothing.
*
* Since: 2.2
- * Deprecated:
+ * Deprecated:2.20:
*/
void
wnck_pager_set_screen (WnckPager *pager,
diff --git a/libwnck/screen.c b/libwnck/screen.c
index e324f42..309c5b3 100644
--- a/libwnck/screen.c
+++ b/libwnck/screen.c
@@ -787,7 +787,7 @@ wnck_screen_get_workspace (WnckScreen *screen,
* Return value: the index of @space on @screen, or -1 on errors.
*
* Since: 2.14
- * Deprecated: Use wnck_workspace_get_number() instead.
+ * Deprecated:2.20: Use wnck_workspace_get_number() instead.
**/
int
wnck_screen_get_workspace_index (WnckScreen *screen,
@@ -847,7 +847,7 @@ wnck_screen_get_active_workspace (WnckScreen *screen)
* or unreferenced.
*
* Since: 2.14
- * Deprecated: Use wnck_workspace_get_neighbor() instead.
+ * Deprecated:2.20: Use wnck_workspace_get_neighbor() instead.
**/
WnckWorkspace*
wnck_screen_get_workspace_neighbor (WnckScreen *screen,
@@ -1157,7 +1157,7 @@ _wnck_screen_process_property_notify (WnckScreen *screen,
* the row and column of the #WnckWorkspace with index @space_index.
*
* Since: 2.12
- * Deprecated:
+ * Deprecated:2.20:
*/
/* TODO: when we make this private, remove num_workspaces since we can get it
* from screen! */
@@ -1376,7 +1376,7 @@ wnck_screen_calc_workspace_layout (WnckScreen *screen,
* might want to free @layout yourself after calling this.
*
* Since: 2.12
- * Deprecated:
+ * Deprecated:2.20:
*/
void
wnck_screen_free_workspace_layout (WnckWorkspaceLayout *layout)
diff --git a/libwnck/screen.h b/libwnck/screen.h
index 4666918..ee95a17 100644
--- a/libwnck/screen.h
+++ b/libwnck/screen.h
@@ -138,7 +138,7 @@ typedef struct _WnckWorkspaceLayout WnckWorkspaceLayout;
* #WnckWorkspace.
*
* Since: 2.12
- * Deprecated:
+ * Deprecated:2.20:
*/
struct _WnckWorkspaceLayout
{
diff --git a/libwnck/tasklist.c b/libwnck/tasklist.c
index abebf79..0ed0386 100644
--- a/libwnck/tasklist.c
+++ b/libwnck/tasklist.c
@@ -1042,7 +1042,7 @@ wnck_tasklist_set_grouping_limit (WnckTasklist *tasklist,
*
* Does nothing.
*
- * Deprecated:
+ * Deprecated:2.20:
*/
void
wnck_tasklist_set_minimum_width (WnckTasklist *tasklist, gint size)
@@ -1057,7 +1057,7 @@ wnck_tasklist_set_minimum_width (WnckTasklist *tasklist, gint size)
*
* Return value: -1.
*
- * Deprecated:
+ * Deprecated:2.20:
*/
gint
wnck_tasklist_get_minimum_width (WnckTasklist *tasklist)
@@ -1072,7 +1072,7 @@ wnck_tasklist_get_minimum_width (WnckTasklist *tasklist)
*
* Does nothing.
*
- * Deprecated:
+ * Deprecated:2.20:
*/
void
wnck_tasklist_set_minimum_height (WnckTasklist *tasklist, gint size)
@@ -1087,7 +1087,7 @@ wnck_tasklist_set_minimum_height (WnckTasklist *tasklist, gint size)
*
* Return value: -1.
*
- * Deprecated:
+ * Deprecated:2.20:
*/
gint
wnck_tasklist_get_minimum_height (WnckTasklist *tasklist)
@@ -1966,7 +1966,7 @@ wnck_tasklist_disconnect_screen (WnckTasklist *tasklist)
* Does nothing.
*
* Since: 2.2
- * Deprecated:
+ * Deprecated:2.20:
*/
void
wnck_tasklist_set_screen (WnckTasklist *tasklist,
diff --git a/libwnck/util.c b/libwnck/util.c
index b8f3a2d..d1464f3 100644
--- a/libwnck/util.c
+++ b/libwnck/util.c
@@ -60,7 +60,7 @@
*
* Sets the semantic type of @window to %WNCK_WINDOW_DOCK.
*
- * Deprecated: Use gdk_window_set_type_hint() instead.
+ * Deprecated:2.20: Use gdk_window_set_type_hint() instead.
*/
void
wnck_gtk_window_set_dock_type (GtkWindow *window)
diff --git a/libwnck/xutils.h b/libwnck/xutils.h
index 5341a60..7c969a5 100644
--- a/libwnck/xutils.h
+++ b/libwnck/xutils.h
@@ -3,6 +3,7 @@
/*
* Copyright (C) 2001 Havoc Pennington
+ * Copyright (C) 2005-2007 Vincent Untz
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public