WIP
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
106dc900c5
commit
844507bf25
6 changed files with 344 additions and 1 deletions
|
@ -168,4 +168,13 @@ gboolean mct_manager_set_session_limits_finish (MctManager *
|
|||
GAsyncResult *result,
|
||||
GError **error);
|
||||
|
||||
/* TODO */
|
||||
MctSessionHistory *mct_manager_get_session_history (MctManager *self,
|
||||
uid_t user_id,
|
||||
GDateTime *start,
|
||||
GDateTime *end,
|
||||
MctManagerGetValueFlags flags,
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
G_END_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue