comparison 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
comparison
equal deleted inserted replaced
17709:176d0fc8bc16 17710:601594a64190
122 gboolean purple_core_migrate(void); 122 gboolean purple_core_migrate(void);
123 123
124 /** 124 /**
125 * Ensures that only one instance is running. 125 * Ensures that only one instance is running.
126 * 126 *
127 * @return A boolean such that success indicates that this is the first instance, 127 * @return A boolean such that @c TRUE indicates that this is the first instance,
128 * whereas failure indicates that there is another instance running. 128 * whereas @c FALSE indicates that there is another instance running.
129 */ 129 */
130 gboolean purple_core_ensure_single_instance(void); 130 gboolean purple_core_ensure_single_instance(void);
131 131
132 #ifdef __cplusplus 132 #ifdef __cplusplus
133 } 133 }