summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2006-02-18 03:28:56 +0000
committerSergey Udaltsov <svu@gnome.org>2006-02-18 03:28:56 +0000
commitc09d63df289a3044dba6d89a6ac0ae9efafc8836 (patch)
tree20047a305ee8a48f68206fbaaf8af0cba2848c12
parent7fba3ab53a6b17e39245cffffda2f24448a35614 (diff)
downloadlibxklavier-c09d63df289a3044dba6d89a6ac0ae9efafc8836.tar.gz
not _return but _out
-rw-r--r--libxklavier/xklavier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxklavier/xklavier.h b/libxklavier/xklavier.h
index 83c1737..72ac5e7 100644
--- a/libxklavier/xklavier.h
+++ b/libxklavier/xklavier.h
@@ -221,11 +221,11 @@ extern "C"
/**
* Finds the state for a given window (for its "App window").
* @param win is a target window
- * @param state_return is a structure to store the state
+ * @param state_out is a structure to store the state
* @return True on success, otherwise False
* (the error message can be obtained using xkl_GetLastError).
*/
- extern gboolean xkl_state_get( Window win, XklState * state_return );
+ extern gboolean xkl_state_get( Window win, XklState * state_out );
/**
* Drops the state of a given window (of its "App window").