From c09d63df289a3044dba6d89a6ac0ae9efafc8836 Mon Sep 17 00:00:00 2001 From: Sergey Udaltsov Date: Sat, 18 Feb 2006 03:28:56 +0000 Subject: not _return but _out --- libxklavier/xklavier.h | 4 ++-- 1 file 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"). -- cgit v1.2.1