summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2016-09-02 11:20:39 +1200
committerRobert Ancell <robert.ancell@canonical.com>2016-09-02 11:20:39 +1200
commitee229dc6e2a7f69f7014b7b5695d93bf2a694a1f (patch)
treef5b4ca0097192f967242594c970f59399e047094
parent94a2c6c96358010838794522546156b10250428b (diff)
downloadlightdm-git-ee229dc6e2a7f69f7014b7b5695d93bf2a694a1f.tar.gz
Tidy up LightDMGreeterError documentation - still not sure why it doesn't show in GTK-Doc
-rw-r--r--liblightdm-gobject/lightdm/greeter.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/liblightdm-gobject/lightdm/greeter.h b/liblightdm-gobject/lightdm/greeter.h
index ae7dba3d..11f5e4bb 100644
--- a/liblightdm-gobject/lightdm/greeter.h
+++ b/liblightdm-gobject/lightdm/greeter.h
@@ -75,21 +75,21 @@ struct _LightDMGreeterClass
/**
* LightDMGreeterError:
- * @LIGHTDM_GREETER_ERROR_COMMUNICATION_ERROR: Error communicating with daemon
- * @LIGHTDM_GREETER_ERROR_CONNECTION_FAILED: Failed to connect to the daemon
- * @LIGHTDM_GREETER_ERROR_SESSION_FAILED: Requested session failed to start
- * @LIGHTDM_GREETER_ERROR_NO_AUTOLOGIN: Autologin not configured
- * @LIGHTDM_GREETER_ERROR_INVALID_USER: Autologin not configured
+ * @LIGHTDM_GREETER_ERROR_COMMUNICATION_ERROR: error communicating with daemon.
+ * @LIGHTDM_GREETER_ERROR_CONNECTION_FAILED: failed to connect to the daemon.
+ * @LIGHTDM_GREETER_ERROR_SESSION_FAILED: requested session failed to start.
+ * @LIGHTDM_GREETER_ERROR_NO_AUTOLOGIN: autologin not configured.
+ * @LIGHTDM_GREETER_ERROR_INVALID_USER: autologin not configured.
*
* Error codes returned by greeter operations.
*/
typedef enum
{
- LIGHTDM_GREETER_ERROR_COMMUNICATION_ERROR,
- LIGHTDM_GREETER_ERROR_CONNECTION_FAILED,
- LIGHTDM_GREETER_ERROR_SESSION_FAILED,
- LIGHTDM_GREETER_ERROR_NO_AUTOLOGIN,
- LIGHTDM_GREETER_ERROR_INVALID_USER
+ LIGHTDM_GREETER_ERROR_COMMUNICATION_ERROR,
+ LIGHTDM_GREETER_ERROR_CONNECTION_FAILED,
+ LIGHTDM_GREETER_ERROR_SESSION_FAILED,
+ LIGHTDM_GREETER_ERROR_NO_AUTOLOGIN,
+ LIGHTDM_GREETER_ERROR_INVALID_USER
} LightDMGreeterError;
GQuark lightdm_greeter_error_quark (void);