summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2012-01-11 09:10:47 +0100
committerSergey V. Udaltsov <svu@gnome.org>2012-01-11 22:08:59 +0000
commit9a7d915fec214494e796bcd54565ce9398354461 (patch)
treec503b34bb7855faa17d1900f35e2e2601572b7b7
parent7aac231e369f372cec2a1c030506b6e789907680 (diff)
downloadlibxklavier-9a7d915fec214494e796bcd54565ce9398354461.tar.gz
Mark unintrospectable methods as (skip)
xkl_default_log_appender() uses varargs. If we need this in GI bindings, it needs a xkl_default_log_appender_v() method which takes an array instead of varargs. xkl_set_log_appender() gets a callback which is neither (call) or (async) scope. If this is wanted in GI bindings, it needs a new method which additinally takes a GDestroyNotify argument.
-rw-r--r--libxklavier/xklavier.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxklavier/xklavier.h b/libxklavier/xklavier.h
index ee3bc1e..1c106ab 100644
--- a/libxklavier/xklavier.h
+++ b/libxklavier/xklavier.h
@@ -77,7 +77,7 @@ extern "C" {
va_list args);
/**
- * xkl_default_log_appender:
+ * xkl_default_log_appender: (skip):
* @file: name of the source file.
* Preprocessor symbol__FILE__ should be used here
* @function: name of the function
@@ -95,7 +95,7 @@ extern "C" {
va_list args);
/**
- * xkl_set_log_appender:
+ * xkl_set_log_appender: (skip):
* @fun: new log appender
*
* Installs the custom log appender.function