diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-09 10:22:31 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-02-09 10:22:31 +0100 |
commit | 1a81cef432533b3cbc791926a686c40cd55255d6 (patch) | |
tree | a25095e8d4191cf9772442e33ac13cb5cba2c29e /src | |
parent | 36c0d6fe7eb9456896f5463b9957a4c3b36c7694 (diff) |
libqmi-glib,device: add version introduced to qmi_device_command_full()
Diffstat (limited to 'src')
-rw-r--r-- | src/libqmi-glib/qmi-device.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libqmi-glib/qmi-device.c b/src/libqmi-glib/qmi-device.c index e10da21..5827fe6 100644 --- a/src/libqmi-glib/qmi-device.c +++ b/src/libqmi-glib/qmi-device.c @@ -2875,6 +2875,8 @@ mbim_command (QmiDevice *self, * Finishes an operation started with qmi_device_command_full(). * * Returns: a #QmiMessage response, or #NULL if @error is set. The returned value should be freed with qmi_message_unref(). + * + * Since: 1.18 */ QmiMessage * qmi_device_command_full_finish (QmiDevice *self, @@ -2924,6 +2926,8 @@ transaction_early_error (QmiDevice *self, * qmi_device_command_full_finish() to get the result of the operation. * * If no @context given, the behavior is the same as qmi_device_command(). + * + * Since: 1.18 */ void qmi_device_command_full (QmiDevice *self, |