ui-call-data: Implement call-type property

Added tests for the newly added property
and tests for the newly created helper functions

Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/806>
This commit is contained in:
Martin Prejsa
2025-09-06 10:22:27 +02:00
committed by Evangelos Ribeiro Tzaras
parent f2083c0d4e
commit d7bd51828e
3 changed files with 59 additions and 2 deletions

View File

@@ -45,5 +45,5 @@ const char *calls_ui_call_data_get_origin_id (CallsUiCallData *self);
char *calls_ui_call_data_dup_origin_name (CallsUiCallData *self);
CuiCallState calls_call_state_to_cui_call_state (CallsCallState state);
CuiCallType calls_call_type_to_cui_call_type (CallsCallType type);
G_END_DECLS