diff options
Diffstat (limited to 'libempathy/empathy-dispatch-operation.h')
-rw-r--r-- | libempathy/empathy-dispatch-operation.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-dispatch-operation.h b/libempathy/empathy-dispatch-operation.h index 3e7bc92c5..f199be521 100644 --- a/libempathy/empathy-dispatch-operation.h +++ b/libempathy/empathy-dispatch-operation.h @@ -118,6 +118,10 @@ EmpathyDispatchOperationState empathy_dispatch_operation_get_status ( gboolean empathy_dispatch_operation_is_incoming ( EmpathyDispatchOperation *operation); +void empathy_dispatch_operation_set_user_action_time ( + EmpathyDispatchOperation *self, + gint64 user_action_time); + gint64 empathy_dispatch_operation_get_user_action_time ( EmpathyDispatchOperation *self); |