calls-history-box
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkStack ╰── CallsHistoryBox
CallsHistoryBox implements AtkImplementorIface and GtkBuildable.
CallsHistoryBox * calls_history_box_new (GListModel *model);
GListModel *model
#define CALLS_TYPE_HISTORY_BOX (calls_history_box_get_type ())
typedef struct _CallsHistoryBox CallsHistoryBox;
“model”
“model” GListModel *
The data store containing call records.
Owner: CallsHistoryBox
Flags: Write / Construct Only