From c43a9e902479af83f63c089cc96c2922c50756fd Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 28 Jun 2018 09:51:20 +0100 Subject: [PATCH] trivial: Fix the Since lines for the equivalent_id functions --- src/fu-device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fu-device.c b/src/fu-device.c index c5eb6d57d..bc7e8a85d 100644 --- a/src/fu-device.c +++ b/src/fu-device.c @@ -162,7 +162,7 @@ fu_device_set_equivalent_id (FuDevice *device, const gchar *equivalent_id) * * Returns: (transfer none): a #FuDevice or %NULL * - * Since: 1.0.9 + * Since: 1.1.0 **/ const gchar * fu_device_get_alternate_id (FuDevice *device) @@ -180,7 +180,7 @@ fu_device_get_alternate_id (FuDevice *device) * Sets any alternate device ID. An alternate device may be linked to the primary * device in some way. * - * Since: 1.0.9 + * Since: 1.1.0 **/ void fu_device_set_alternate_id (FuDevice *device, const gchar *alternate_id)