libpurple/e2ee.h

branch
soc.2013.gobjectification.plugins
changeset 37021
04c99b24db84
parent 37017
8e2b68c79fa1
child 37023
d9bcdc9a91e6
--- a/libpurple/e2ee.h	Wed Jan 29 09:56:14 2014 +0530
+++ b/libpurple/e2ee.h	Wed Jan 29 10:01:14 2014 +0530
@@ -70,7 +70,7 @@
  *
  * @state: The E2EE state.
  *
- * Returns: @a state or @c NULL if the reference count reached zero.
+ * Returns: @a state or %NULL if the reference count reached zero.
  */
 PurpleE2eeState *
 purple_e2ee_state_unref(PurpleE2eeState *state);
@@ -158,8 +158,8 @@
  *
  * @provider: The E2EE provider.
  *
- * Returns: @c TRUE, if the provider was successfully registered,
- *         @c FALSE otherwise.
+ * Returns: %TRUE, if the provider was successfully registered,
+ *         %FALSE otherwise.
  */
 gboolean
 purple_e2ee_provider_register(PurpleE2eeProvider *provider);

mercurial