summaryrefslogtreecommitdiff
path: root/liblightdm-gobject
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2012-01-24 16:26:39 +1100
committerRobert Ancell <robert.ancell@canonical.com>2012-01-24 16:26:39 +1100
commit9e88a18ecfeaee800dcf3dbcf7284e692a5e9587 (patch)
tree814770e4f479c75bce944d54a300f479e3401d94 /liblightdm-gobject
parent3aad07c6c87b83d4ac03a46f43d2f8291a20db94 (diff)
downloadlightdm-9e88a18ecfeaee800dcf3dbcf7284e692a5e9587.tar.gz
Fix errors in GIR bindings
Diffstat (limited to 'liblightdm-gobject')
-rw-r--r--liblightdm-gobject/Makefile.am2
-rw-r--r--liblightdm-gobject/user.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/liblightdm-gobject/Makefile.am b/liblightdm-gobject/Makefile.am
index 2cd06eec..0f12326e 100644
--- a/liblightdm-gobject/Makefile.am
+++ b/liblightdm-gobject/Makefile.am
@@ -41,7 +41,7 @@ INTROSPECTION_GIRS = LightDM-1.gir
LightDM-1.gir: liblightdm-gobject-1.la
LightDM_1_gir_INCLUDES = GObject-2.0
-LightDM_1_gir_CFLAGS = $(INCLUDES) --identifier-prefix=LightDM
+LightDM_1_gir_CFLAGS = $(INCLUDES) --identifier-prefix=LightDM --symbol-prefix=lightdm
LightDM_1_gir_LIBS = liblightdm-gobject-1.la
LightDM_1_gir_FILES = $(liblightdm_gobject_1_la_SOURCES)
diff --git a/liblightdm-gobject/user.c b/liblightdm-gobject/user.c
index 4e4e1061..b905dd2b 100644
--- a/liblightdm-gobject/user.c
+++ b/liblightdm-gobject/user.c
@@ -132,7 +132,7 @@ static LightDMUserList *singleton = NULL;
*
* Get the user list.
*
- * Return value: (tranfer none): the #LightDMUserList
+ * Return value: (transfer none): the #LightDMUserList
**/
LightDMUserList *
lightdm_user_list_get_instance (void)