summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--doc/libwnck-docs.sgml37
-rw-r--r--libwnck/window.c15
-rw-r--r--libwnck/wnckprop.c2
-rw-r--r--libwnck/workspace.c5
5 files changed, 62 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1dbffed..61316d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-06-20 Vincent Untz <vuntz@gnome.org>
+ * doc/libwnck-docs.sgml:
+ * libwnck/window.c:
+ * libwnck/workspace.c: update docs to have indexes of symbols.
+ * libwnck/wnckprop.c: add TODO
+
+2007-06-20 Vincent Untz <vuntz@gnome.org>
+
* libwnck/wnckprop.c: (update_screen_props), (update_window_props),
(print_screen_props): rework TODO list
diff --git a/doc/libwnck-docs.sgml b/doc/libwnck-docs.sgml
index 3f2b5b3..ee7af7d 100644
--- a/doc/libwnck-docs.sgml
+++ b/doc/libwnck-docs.sgml
@@ -70,4 +70,41 @@ that case.
<xi:include href="xml/util.xml"/>
</part>
+ <part id="indexes">
+ <title>Index of symbols</title>
+ <index>
+ <title>Index of all symbols</title>
+ </index>
+ <index role="deprecated">
+ <title>Index of deprecated symbols</title>
+ </index>
+ <index role="2.2">
+ <title>Index of new symbols in 2.2</title>
+ </index>
+ <index role="2.4">
+ <title>Index of new symbols in 2.4</title>
+ </index>
+ <index role="2.6">
+ <title>Index of new symbols in 2.6</title>
+ </index>
+ <index role="2.8">
+ <title>Index of new symbols in 2.8</title>
+ </index>
+ <index role="2.10">
+ <title>Index of new symbols in 2.10</title>
+ </index>
+ <index role="2.12">
+ <title>Index of new symbols in 2.12</title>
+ </index>
+ <index role="2.14">
+ <title>Index of new symbols in 2.14</title>
+ </index>
+ <index role="2.16">
+ <title>Index of new symbols in 2.16</title>
+ </index>
+ <index role="2.20">
+ <title>Index of new symbols in 2.20</title>
+ </index>
+ </part>
+
</book>
diff --git a/libwnck/window.c b/libwnck/window.c
index f95f17f..5c680c4 100644
--- a/libwnck/window.c
+++ b/libwnck/window.c
@@ -1341,7 +1341,10 @@ wnck_window_is_sticky (WnckWindow *window)
*
* Closes @window.
*
- * Since: 2.6 (@timestamp argument was missing in earlier versions)
+ * This function existed before 2.6, but the @timestamp argument was missing
+ * in earlier versions.
+ *
+ * Since: 2.6
**/
void
wnck_window_close (WnckWindow *window,
@@ -1755,7 +1758,10 @@ wnck_window_unpin (WnckWindow *window)
* decide to refuse the request (to not steal the focus if there is a more
* recent user activity, for example).
*
- * Since: 2.10 (@timestamp argument was missing in earlier versions)
+ * This function existed before 2.10, but the @timestamp argument was missing
+ * in earlier versions.
+ *
+ * Since: 2.10
**/
void
wnck_window_activate (WnckWindow *window,
@@ -1861,7 +1867,10 @@ find_last_transient_for (GList *windows,
* the most recently active window among @window and its transients.
* This is probably best implemented on the window manager side.
*
- * Since: 2.10 (@timestamp argument was missing in earlier versions)
+ * This function existed before 2.10, but the @timestamp argument was missing
+ * in earlier versions.
+ *
+ * Since: 2.10
**/
void
wnck_window_activate_transient (WnckWindow *window,
diff --git a/libwnck/wnckprop.c b/libwnck/wnckprop.c
index 7d1bbc9..f42e0fc 100644
--- a/libwnck/wnckprop.c
+++ b/libwnck/wnckprop.c
@@ -35,6 +35,8 @@
* --keyboard-move and --keyboard-resize
*
* uncomment code that prints the workspace layout when API is public.
+ *
+ * add --list-screen
*/
#include <config.h>
diff --git a/libwnck/workspace.c b/libwnck/workspace.c
index 4ec3d6f..8481fee 100644
--- a/libwnck/workspace.c
+++ b/libwnck/workspace.c
@@ -208,8 +208,11 @@ wnck_workspace_change_name (WnckWorkspace *space,
* Asks the window manager to make @space the active workspace. The window
* manager may decide to refuse the request (to not steal the focus if there is
* a more recent user activity, for example).
+ *
+ * This function existed before 2.10, but the @timestamp argument was missing
+ * in earlier versions.
*
- * Since: 2.10 (@timestamp argument was missing in earlier versions)
+ * Since: 2.10
**/
void
wnck_workspace_activate (WnckWorkspace *space,