ringer: Add is-quiet property and getter

This let's us query if the ringer is ringing quietly.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-11-26 08:40:11 +01:00
parent 7dadb3c50f
commit b89f6a6f17
2 changed files with 30 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ G_DECLARE_FINAL_TYPE (CallsRinger, calls_ringer, CALLS, RINGER, GObject);
CallsRinger *calls_ringer_new (void);
gboolean calls_ringer_get_is_ringing (CallsRinger *self);
gboolean calls_ringer_get_ring_is_quiet (CallsRinger *self);
G_END_DECLS