| 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() |
| void | calls_object_unref () |
| gboolean | calls_list_store_find () |
| void | calls_entry_append () |
| 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_store () |
| 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 () |
#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_list_store_find (GtkListStore *store,gpointer needle,gint needle_column,GtkTreeIter *iter);
gboolean calls_date_time_is_yesterday (GDateTime *now,GDateTime *t);
gboolean calls_find_in_store (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