diff options
author | Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu> | 2025-02-24 07:21:47 +0100 |
---|---|---|
committer | Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu> | 2025-02-24 08:06:28 +0100 |
commit | 50759c744c8b7c6806b32d2b6431954f1b027719 (patch) | |
tree | 06e888113a23cb8058dac1563cd3c5afcc77f6f4 | |
parent | 93b6e42893a1190b5c68e19f5d13f5b58a00162d (diff) |
cell-broadcast: Fix "Since" annotations
-rw-r--r-- | libmm-glib/mm-modem-cell-broadcast.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libmm-glib/mm-modem-cell-broadcast.c b/libmm-glib/mm-modem-cell-broadcast.c index 9182c6c5..fe7fd829 100644 --- a/libmm-glib/mm-modem-cell-broadcast.c +++ b/libmm-glib/mm-modem-cell-broadcast.c @@ -55,7 +55,7 @@ struct _MMModemCellBroadcastPrivate { * * Returns: (transfer none): The DBus path of the #MMObject object. * - * Since: 1.0 + * Since: 1.24 */ const gchar * mm_modem_cell_broadcast_get_path (MMModemCellBroadcast *self) @@ -76,7 +76,7 @@ mm_modem_cell_broadcast_get_path (MMModemCellBroadcast *self) * Returns: (transfer full): The DBus path of the #MMObject. The returned value * should be freed with g_free(). * - * Since: 1.0 + * Since: 1.24 */ gchar * mm_modem_cell_broadcast_dup_path (MMModemCellBroadcast *self) @@ -127,7 +127,7 @@ list_cbm_context_free (ListCbmContext *ctx) * should be freed with g_list_free_full() using g_object_unref() as * #GDestroyNotify function. * - * Since: 1.0 + * Since: 1.24 */ GList * mm_modem_cell_broadcast_list_finish (MMModemCellBroadcast *self, @@ -220,7 +220,7 @@ create_next_cbm (GTask *task) * See mm_modem_cell_broadcast_list_sync() for the synchronous, blocking version of * this method. * - * Since: 1.0 + * Since: 1.24 */ void mm_modem_cell_broadcast_list (MMModemCellBroadcast *self, @@ -267,7 +267,7 @@ mm_modem_cell_broadcast_list (MMModemCellBroadcast *self, * should be freed with g_list_free_full() using g_object_unref() as * #GDestroyNotify function. * - * Since: 1.0 + * Since: 1.24 */ GList * mm_modem_cell_broadcast_list_sync (MMModemCellBroadcast *self, |