aboutsummaryrefslogtreecommitdiffstats
path: root/facebook/facebook-mqtt.h
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-12-16 14:11:00 -0500
committerjgeboski <jgeboski@gmail.com>2015-12-20 13:08:39 -0500
commit1c47c7ab4d0b74f67dc11558360d24c746d63186 (patch)
tree9b19e5e556d3366dfe4b188e8be4bf7079f692d9 /facebook/facebook-mqtt.h
parent2018aa1a288d5204d5d066bff672df8cb46065b9 (diff)
downloadbitlbee-facebook-1c47c7ab4d0b74f67dc11558360d24c746d63186.tar.gz
bitlbee-facebook-1c47c7ab4d0b74f67dc11558360d24c746d63186.tar.bz2
bitlbee-facebook-1c47c7ab4d0b74f67dc11558360d24c746d63186.tar.xz
Fixed grammar errors in the GTK-Doc
Diffstat (limited to 'facebook/facebook-mqtt.h')
-rw-r--r--facebook/facebook-mqtt.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/facebook/facebook-mqtt.h b/facebook/facebook-mqtt.h
index 9118a6f..ee42aa8 100644
--- a/facebook/facebook-mqtt.h
+++ b/facebook/facebook-mqtt.h
@@ -515,7 +515,7 @@ fb_mqtt_message_read_r(FbMqttMessage *msg, GByteArray *bytes);
/**
* fb_mqtt_message_read_byte:
* @msg: The #FbMqttMessage.
- * @value: The return location for the value, or #NULL.
+ * @value: The return location for the value or #NULL.
*
* Reads an 8-bit integer value from the #FbMqttMessage. If @value is
* #NULL, this will simply advance the cursor position.
@@ -528,7 +528,7 @@ fb_mqtt_message_read_byte(FbMqttMessage *msg, guint8 *value);
/**
* fb_mqtt_message_read_mid:
* @msg: The #FbMqttMessage.
- * @value: The return location for the value, or #NULL.
+ * @value: The return location for the value or #NULL.
*
* Reads a message identifier from the #FbMqttMessage. If @value is
* #NULL, this will simply advance the cursor position.
@@ -541,7 +541,7 @@ fb_mqtt_message_read_mid(FbMqttMessage *msg, guint16 *value);
/**
* fb_mqtt_message_read_u16:
* @msg: The #FbMqttMessage.
- * @value: The return location for the value, or #NULL.
+ * @value: The return location for the value or #NULL.
*
* Reads a 16-bit integer value from the #FbMqttMessage. If @value is
* #NULL, this will simply advance the cursor position.
@@ -554,7 +554,7 @@ fb_mqtt_message_read_u16(FbMqttMessage *msg, guint16 *value);
/**
* fb_mqtt_message_read_str:
* @msg: The #FbMqttMessage.
- * @value: The return location for the value, or #NULL.
+ * @value: The return location for the value or #NULL.
*
* Reads a string value from the #FbMqttMessage. The value returned to
* @value should be freed with #g_free() when no longer needed. If