| calls-history-boxcalls-history-box |  | 
Object Hierarchy
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── AdwBin
                ╰── CallsHistoryBox
 
Implemented Interfaces
CallsHistoryBox implements
 GtkAccessible,  GtkBuildable and  GtkConstraintTarget.
 
Functions
calls_history_box_new ()
CallsHistoryBox *
calls_history_box_new (GListModel *model);
 
 
Types and Values
CALLS_TYPE_HISTORY_BOX
#define CALLS_TYPE_HISTORY_BOX (calls_history_box_get_type ())
 
CallsHistoryBox
typedef struct _CallsHistoryBox CallsHistoryBox;
 
 
Property Details
The “model” property
  “model”                    GListModel *
The data store containing call records.
Owner: CallsHistoryBox
Flags: Write / Construct Only