summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2013-07-02 15:35:40 +1200
committerRobert Ancell <robert.ancell@canonical.com>2013-07-02 15:35:40 +1200
commitab3dee26e322cc9adc7678e01118abe4daa039dd (patch)
treec0288a8306d5bb672e02c83730b28c98ff23741c /doc
parent89d4fbcbb4b37c7df11d6256618d2fe784e5fc87 (diff)
downloadlightdm-git-ab3dee26e322cc9adc7678e01118abe4daa039dd.tar.gz
Add new functions into documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/lightdm-gobject-1-sections.txt10
-rw-r--r--doc/tmpl/greeter.sgml54
-rw-r--r--doc/tmpl/language.sgml2
-rw-r--r--doc/tmpl/session.sgml9
-rw-r--r--doc/tmpl/user.sgml27
5 files changed, 101 insertions, 1 deletions
diff --git a/doc/lightdm-gobject-1-sections.txt b/doc/lightdm-gobject-1-sections.txt
index 8ac42e18..501587f9 100644
--- a/doc/lightdm-gobject-1-sections.txt
+++ b/doc/lightdm-gobject-1-sections.txt
@@ -62,6 +62,7 @@ lightdm_layout_get_type
<SECTION>
<FILE>session</FILE>
<TITLE>Sessions</TITLE>
+lightdm_get_remote_sessions
lightdm_get_sessions
lightdm_session_get_key
lightdm_session_get_name
@@ -81,11 +82,14 @@ LIGHTDM_SESSION_GET_CLASS
<FILE>user</FILE>
<TITLE>User Accounts</TITLE>
changed
+lightdm_user_get_background
lightdm_user_get_display_name
+lightdm_user_get_has_messages
lightdm_user_get_home_directory
lightdm_user_get_image
lightdm_user_get_language
lightdm_user_get_layout
+lightdm_user_get_layouts
lightdm_user_get_logged_in
lightdm_user_get_name
lightdm_user_get_real_name
@@ -128,16 +132,22 @@ lightdm_greeter_new
lightdm_greeter_connect_sync
lightdm_greeter_get_default_session_hint
lightdm_greeter_get_hint
+lightdm_greeter_get_lock_hint
lightdm_greeter_get_has_guest_account_hint
lightdm_greeter_get_hide_users_hint
+lightdm_greeter_get_show_manual_login_hint
+lightdm_greeter_get_show_remote_login_hint
lightdm_greeter_get_select_user_hint
lightdm_greeter_get_select_guest_hint
lightdm_greeter_get_autologin_user_hint
lightdm_greeter_get_autologin_guest_hint
lightdm_greeter_get_autologin_timeout_hint
+lightdm_greeter_set_language
lightdm_greeter_cancel_autologin
lightdm_greeter_authenticate
lightdm_greeter_authenticate_as_guest
+lightdm_greeter_authenticate_autologin
+lightdm_greeter_authenticate_remote
lightdm_greeter_respond
lightdm_greeter_cancel_authentication
lightdm_greeter_get_in_authentication
diff --git a/doc/tmpl/greeter.sgml b/doc/tmpl/greeter.sgml
index b72e8fd8..c537d21f 100644
--- a/doc/tmpl/greeter.sgml
+++ b/doc/tmpl/greeter.sgml
@@ -159,6 +159,15 @@ static void authentication_complete_cb (LightDMGreeter *greeter)
@Returns:
+<!-- ##### FUNCTION lightdm_greeter_get_lock_hint ##### -->
+<para>
+
+</para>
+
+@greeter:
+@Returns:
+
+
<!-- ##### FUNCTION lightdm_greeter_get_has_guest_account_hint ##### -->
<para>
@@ -177,6 +186,24 @@ static void authentication_complete_cb (LightDMGreeter *greeter)
@Returns:
+<!-- ##### FUNCTION lightdm_greeter_get_show_manual_login_hint ##### -->
+<para>
+
+</para>
+
+@greeter:
+@Returns:
+
+
+<!-- ##### FUNCTION lightdm_greeter_get_show_remote_login_hint ##### -->
+<para>
+
+</para>
+
+@greeter:
+@Returns:
+
+
<!-- ##### FUNCTION lightdm_greeter_get_select_user_hint ##### -->
<para>
@@ -222,6 +249,15 @@ static void authentication_complete_cb (LightDMGreeter *greeter)
@Returns:
+<!-- ##### FUNCTION lightdm_greeter_set_language ##### -->
+<para>
+
+</para>
+
+@greeter:
+@language:
+
+
<!-- ##### FUNCTION lightdm_greeter_cancel_autologin ##### -->
<para>
@@ -247,6 +283,24 @@ static void authentication_complete_cb (LightDMGreeter *greeter)
@greeter:
+<!-- ##### FUNCTION lightdm_greeter_authenticate_autologin ##### -->
+<para>
+
+</para>
+
+@greeter:
+
+
+<!-- ##### FUNCTION lightdm_greeter_authenticate_remote ##### -->
+<para>
+
+</para>
+
+@greeter:
+@session:
+@username:
+
+
<!-- ##### FUNCTION lightdm_greeter_respond ##### -->
<para>
diff --git a/doc/tmpl/language.sgml b/doc/tmpl/language.sgml
index e8f7269b..aaeb9d66 100644
--- a/doc/tmpl/language.sgml
+++ b/doc/tmpl/language.sgml
@@ -2,7 +2,7 @@
Languages
<!-- ##### SECTION Short_Description ##### -->
-Get information on available languges
+Get information on available languages
<!-- ##### SECTION Long_Description ##### -->
<para>
diff --git a/doc/tmpl/session.sgml b/doc/tmpl/session.sgml
index 96f850ba..bb75112a 100644
--- a/doc/tmpl/session.sgml
+++ b/doc/tmpl/session.sgml
@@ -20,6 +20,15 @@ Object containing information about a session type. #LightDMSession objects are
<!-- ##### SECTION Image ##### -->
+<!-- ##### FUNCTION lightdm_get_remote_sessions ##### -->
+<para>
+
+</para>
+
+@void:
+@Returns:
+
+
<!-- ##### FUNCTION lightdm_get_sessions ##### -->
<para>
diff --git a/doc/tmpl/user.sgml b/doc/tmpl/user.sgml
index 515d2ba2..203fdf7b 100644
--- a/doc/tmpl/user.sgml
+++ b/doc/tmpl/user.sgml
@@ -44,6 +44,15 @@ A user has the following properties:
@user:
+<!-- ##### FUNCTION lightdm_user_get_background ##### -->
+<para>
+
+</para>
+
+@user:
+@Returns:
+
+
<!-- ##### FUNCTION lightdm_user_get_display_name ##### -->
<para>
@@ -53,6 +62,15 @@ A user has the following properties:
@Returns:
+<!-- ##### FUNCTION lightdm_user_get_has_messages ##### -->
+<para>
+
+</para>
+
+@user:
+@Returns:
+
+
<!-- ##### FUNCTION lightdm_user_get_home_directory ##### -->
<para>
@@ -89,6 +107,15 @@ A user has the following properties:
@Returns:
+<!-- ##### FUNCTION lightdm_user_get_layouts ##### -->
+<para>
+
+</para>
+
+@user:
+@Returns:
+
+
<!-- ##### FUNCTION lightdm_user_get_logged_in ##### -->
<para>