summaryrefslogtreecommitdiff
path: root/libxklavier/xkl_engine.h
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2012-01-08 13:23:59 +0100
committerSergey V. Udaltsov <svu@gnome.org>2012-01-10 23:15:12 +0000
commite8a5cd198eb61f36c196e75d1da599e6b11c0b87 (patch)
tree8a3206a4b512d770d244e7aa09d9e9088e0fb14b /libxklavier/xkl_engine.h
parent0a270af05c174668a4ca71bdc666bcf7338f979a (diff)
downloadlibxklavier-e8a5cd198eb61f36c196e75d1da599e6b11c0b87.tar.gz
Add GI annotations
Add missing transfer, scope, and struct member annotations.
Diffstat (limited to 'libxklavier/xkl_engine.h')
-rw-r--r--libxklavier/xkl_engine.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/libxklavier/xkl_engine.h b/libxklavier/xkl_engine.h
index b92e741..101350c 100644
--- a/libxklavier/xkl_engine.h
+++ b/libxklavier/xkl_engine.h
@@ -167,7 +167,7 @@ extern "C" {
*
* Get the instance of the XklEngine. Within a process, there is always once instance.
*
- * Returns: the singleton instance
+ * Returns: (transfer none): the singleton instance
*/
extern XklEngine *xkl_engine_get_instance(Display * display);
@@ -433,8 +433,8 @@ extern "C" {
* xkl_engine_get_groups_names:
* @engine: the engine
*
- * Returns: the array of group names for the current XKB configuration
- * (keyboard).
+ * Returns: (transfer none): the array of group names for the current XKB
+ * configuration (keyboard).
* This array is static, should not be freed
*/
extern const gchar **xkl_engine_get_groups_names(XklEngine *
@@ -444,8 +444,8 @@ extern "C" {
* xkl_engine_get_indicators_names:
* @engine: the engine
*
- * Returns: the array of indicator names for the current XKB configuration
- * (keyboard).
+ * Returns: (transfer none): the array of indicator names for the current XKB
+ * configuration (keyboard).
* This array is static, should not be freed
*/
extern const gchar **xkl_engine_get_indicators_names(XklEngine *