aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/mm-modem-cell-broadcast.h
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2025-03-28 16:49:59 +0100
committerDan Williams <dan@ioncontrol.co>2025-03-29 22:19:17 +0000
commit577639659ce3427d5768476e55f705780c23110e (patch)
tree3e431567a31590d32a52477ead6a010f55275330 /libmm-glib/mm-modem-cell-broadcast.h
parentd6367c76c0e188e9d3e9dee6bb9415c11bd9093c (diff)
libmm-glib,cell-broadcast: Add setters for channel list
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'libmm-glib/mm-modem-cell-broadcast.h')
-rw-r--r--libmm-glib/mm-modem-cell-broadcast.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/libmm-glib/mm-modem-cell-broadcast.h b/libmm-glib/mm-modem-cell-broadcast.h
index b080ee5a..9d9cafa3 100644
--- a/libmm-glib/mm-modem-cell-broadcast.h
+++ b/libmm-glib/mm-modem-cell-broadcast.h
@@ -99,6 +99,23 @@ gboolean mm_modem_cell_broadcast_delete_sync (MMModemCellBroadcast *self,
GCancellable *cancellable,
GError **error);
+gboolean mm_modem_cell_broadcast_set_channels_finish (MMModemCellBroadcast *self,
+ GAsyncResult *res,
+ GError **error);
+
+void mm_modem_cell_broadcast_set_channels (MMModemCellBroadcast *self,
+ const MMCellBroadcastChannels *channels,
+ guint n_channels,
+ GCancellable *cancellable,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+gboolean mm_modem_cell_broadcast_set_channels_sync (MMModemCellBroadcast *self,
+ const MMCellBroadcastChannels *channels,
+ guint n_channels,
+ GCancellable *cancellable,
+ GError **error);
+
G_END_DECLS
#endif /* _MM_MODEM_CELL_BROADCAST_H_ */