Interpret a Telepathy user action time to decide whether a Handler should attempt to gain focus.
If true
is returned, it would be appropriate to call gtk_window_present_with_time
using x11_time
as input, for instance.
x11_time
is used to return a timestamp in the right format for X11, GDK 2, GDK 3 and Clutter 1.0; it may or may not work
with other toolkits or versions.
user_action_time |
the Telepathy user action time |
x11_time |
a pointer to guint32 used to return an X11 timestamp, or 0 to indicate the current time; if |
|