summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Udaltsov <svu@gnome.org>2004-03-04 22:55:27 +0000
committerSergey Udaltsov <svu@gnome.org>2004-03-04 22:55:27 +0000
commit674935dc39d200311d3d1b2b16edff55f7224352 (patch)
treebdd5ef8295d84c478463220824d6cefbe0a14117
parentea3beb94b057f1b9f934d05565b9af3732007e5f (diff)
downloadlibxklavier-674935dc39d200311d3d1b2b16edff55f7224352.tar.gz
out-of-date param comment removed
-rw-r--r--libxklavier/xklavier_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libxklavier/xklavier_config.h b/libxklavier/xklavier_config.h
index 7eeb10b..431aed2 100644
--- a/libxklavier/xklavier_config.h
+++ b/libxklavier/xklavier_config.h
@@ -260,7 +260,6 @@ extern "C"
/**
* Activates some XKB configuration
* @param data is a valid XKB configuration
- * @param fun is a callback function for modifying the XKB keyboard
* description. Can be NULL
* @param userData is a data to pass to the callback
* @return True on success
@@ -289,7 +288,6 @@ extern "C"
* Writes some XKB configuration into XKM file
* @param fileName is a name of the file to create
* @param data is a valid XKB configuration
- * @param fun is a callback function for modifying the XKB keyboard
* description. Can be NULL
* @param userData is a data to pass to the callback
* @return True on success