[libwnck] Added missing introspection annotations
- From: Priit Laes <plaes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libwnck] Added missing introspection annotations
- Date: Tue, 16 Aug 2011 17:57:55 +0000 (UTC)
commit bf7c5cd147f79cb745148f8226b1cf9f7ef69f36
Author: Priit Laes <plaes plaes org>
Date: Tue Aug 16 20:42:51 2011 +0300
Added missing introspection annotations
libwnck/window.c | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/libwnck/window.c b/libwnck/window.c
index 0796957..e418dcf 100644
--- a/libwnck/window.c
+++ b/libwnck/window.c
@@ -2233,10 +2233,10 @@ wnck_window_get_state (WnckWindow *window)
/**
* wnck_window_get_client_window_geometry:
* @window: a #WnckWindow.
- * @xp: return location for X coordinate in pixels of @window.
- * @yp: return location for Y coordinate in pixels of @window.
- * @widthp: return location for width in pixels of @window.
- * @heightp: return location for height in pixels of @window.
+ * @xp: (out): return location for X coordinate in pixels of @window.
+ * @yp: (out): return location for Y coordinate in pixels of @window.
+ * @widthp: (out): return location for width in pixels of @window.
+ * @heightp: (out): return location for height in pixels of @window.
*
* Gets the size and position of @window, as last received
* in a ConfigureNotify event (i.e. this call does not round-trip
@@ -2271,10 +2271,10 @@ wnck_window_get_client_window_geometry (WnckWindow *window,
/**
* wnck_window_get_geometry:
* @window: a #WnckWindow.
- * @xp: return location for X coordinate in pixels of @window.
- * @yp: return location for Y coordinate in pixels of @window.
- * @widthp: return location for width in pixels of @window.
- * @heightp: return location for height in pixels of @window.
+ * @xp: (out): return location for X coordinate in pixels of @window.
+ * @yp: (out): return location for Y coordinate in pixels of @window.
+ * @widthp: (out): return location for width in pixels of @window.
+ * @heightp: (out): return location for height in pixels of @window.
*
* Gets the size and position of @window, including decorations. This
* function uses the information last received in a ConfigureNotify
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]