diff libpurple/core.h @ 17710:601594a64190

Style changes + removed unnecessary NULL checks.
author Gabriel Schulhof <nix@go-nix.ca>
date Wed, 16 May 2007 19:35:17 +0000
parents 176d0fc8bc16
children 41ae5efe745c
line wrap: on
line diff
--- a/libpurple/core.h	Tue May 15 20:41:36 2007 +0000
+++ b/libpurple/core.h	Wed May 16 19:35:17 2007 +0000
@@ -124,8 +124,8 @@
 /**
  * Ensures that only one instance is running.
  *
- * @return A boolean such that success indicates that this is the first instance,
- *         whereas failure indicates that there is another instance running.
+ * @return A boolean such that @c TRUE indicates that this is the first instance,
+ *         whereas @c FALSE indicates that there is another instance running.
  */
 gboolean purple_core_ensure_single_instance(void);