calls-main-window
calls-main-window
|
|
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBin
╰── GtkWindow
╰── GtkApplicationWindow
╰── HdyApplicationWindow
╰── CallsMainWindow
Implemented Interfaces
CallsMainWindow implements
AtkImplementorIface, GtkBuildable, GActionGroup and GActionMap.
Functions
calls_main_window_new ()
CallsMainWindow *
calls_main_window_new (GtkApplication *application
,
GListModel *record_store
);
calls_main_window_dial ()
void
calls_main_window_dial (CallsMainWindow *self
,
const gchar *target
);
calls_main_window_show_accounts_overview ()
void
calls_main_window_show_accounts_overview
(CallsMainWindow *self
);
Types and Values
CALLS_TYPE_MAIN_WINDOW
#define CALLS_TYPE_MAIN_WINDOW (calls_main_window_get_type ())
CallsMainWindow
typedef struct _CallsMainWindow CallsMainWindow;
Property Details
The “record-store”
property
“record-store” GListModel *
The store of call records.
Owner: CallsMainWindow
Flags: Write / Construct Only