Top |
#define | CALLS_DEFINE_IFACE_FUNC_BASE() |
#define | CALLS_DEFINE_IFACE_FUNC_VOID_BASE() |
#define | CALLS_DEFINE_IFACE_FUNC() |
#define | CALLS_DEFINE_IFACE_FUNC_VOID() |
#define | CALLS_DEFINE_IFACE_GETTER_BASE() |
#define | CALLS_DEFINE_IFACE_GETTER() |
#define | calls_clear_source() |
#define | calls_clear_signal() |
#define | calls_date_time_unref() |
gboolean | calls_date_time_is_same_day () |
gboolean | calls_date_time_is_yesterday () |
gboolean | calls_date_time_is_same_year () |
gboolean | calls_number_is_ussd () |
gboolean | calls_find_in_model () |
const char * | get_protocol_from_address () |
const char * | get_protocol_from_address_with_fallback () |
gboolean | dtmf_tone_key_is_valid () |
const char * | get_call_icon_symbolic_name () |
int | get_address_family_for_ip () |
#define CALLS_DEFINE_IFACE_FUNC_BASE(prefix,iface,Prefix,Iface,PREFIX,IFACE,function,rettype,errval)
#define CALLS_DEFINE_IFACE_FUNC_VOID_BASE(prefix,iface,Prefix,Iface,PREFIX,IFACE,function)
#define CALLS_DEFINE_IFACE_FUNC(iface,Iface,IFACE,function,rettype,errval)
#define CALLS_DEFINE_IFACE_GETTER_BASE(prefix,iface,Prefix,Iface,PREFIX,IFACE,prop,rettype,errval)
#define CALLS_DEFINE_IFACE_GETTER(iface,Iface,IFACE,prop,rettype,errval)
gboolean calls_date_time_is_yesterday (GDateTime *now
,GDateTime *t
);
gboolean calls_find_in_model (GListModel *list
,gpointer item
,guint *position
);
const char *
get_protocol_from_address (const char *target
);
simply checks for the the scheme of an address without doing any validation
const char *
get_protocol_from_address_with_fallback
(const char *target
);
simply checks for the the scheme of an address without doing any validation
const char * get_call_icon_symbolic_name (gboolean inbound
,gboolean missed
);