Data Fields | |
| MetaDisplay * | display |
| Window | xwindow |
| guint32 | timestamp |
| MetaWindowPingFunc | ping_reply_func |
| MetaWindowPingFunc | ping_timeout_func |
| void * | user_data |
| guint | ping_timeout_id |
When we send a ping to a window, we build one of these structs, and it eventually gets passed to the timeout function or to the function which handles the response from the window. If the window does or doesn't respond to the ping, we use this information to deal with these facts; we have a handler function for each.
Definition at line 113 of file display.c.
Definition at line 115 of file display.c.
Referenced by meta_display_ping_timeout(), and meta_display_ping_window().
| Window MetaPingData::xwindow |
Definition at line 116 of file display.c.
Referenced by meta_display_ping_timeout(), meta_display_ping_window(), meta_display_window_has_pending_pings(), process_pong_message(), and remove_pending_pings_for_window().
| guint32 MetaPingData::timestamp |
Definition at line 117 of file display.c.
Referenced by meta_display_ping_timeout(), meta_display_ping_window(), and process_pong_message().
Definition at line 118 of file display.c.
Referenced by meta_display_ping_window(), and process_pong_message().
Definition at line 119 of file display.c.
Referenced by meta_display_ping_timeout(), and meta_display_ping_window().
| void* MetaPingData::user_data |
Definition at line 120 of file display.c.
Referenced by meta_display_ping_timeout(), meta_display_ping_window(), and process_pong_message().
Definition at line 121 of file display.c.
Referenced by meta_display_ping_timeout(), meta_display_ping_window(), ping_data_free(), and process_pong_message().
1.5.5