Data Fields | |
proc_t * | proc |
Window | window |
gchar * | application |
gchar * | document |
gchar * | label |
gchar * | image |
Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
Definition at line 56 of file tasks.c.
gchar* task_t::application |
Definition at line 60 of file tasks.c.
Referenced by free_task(), get_task(), on_check_child_window(), on_window_open_callback(), print_task_list(), task_startup_completed(), tasklist_add(), tasklist_remove_window(), and testing_task_get_list().
gchar* task_t::document |
Definition at line 61 of file tasks.c.
Referenced by child_window_close(), child_window_open(), free_task(), get_task(), on_window_open_callback(), print_task_list(), task_rename(), task_startup_completed(), tasklist_add(), and testing_task_get_list().
gchar* task_t::image |
Definition at line 63 of file tasks.c.
Referenced by free_task(), and tasklist_add().
gchar* task_t::label |
Definition at line 62 of file tasks.c.
Referenced by free_task(), on_window_open_callback(), task_rename(), task_startup_completed(), and tasklist_add().
Definition at line 58 of file tasks.c.
Referenced by check_num_tasks(), child_close(), child_window_close(), child_window_open(), on_child_new_timeout(), on_child_term_timeout(), print_task_list(), task_service_by_window(), task_start(), task_startup_completed(), task_stop(), tasklist_add(), and tasklist_remove_pid().
Window task_t::window |
Definition at line 59 of file tasks.c.
Referenced by child_activate(), get_task_by_xid(), on_check_child_window(), on_window_close_callback(), on_window_open_callback(), print_task_list(), task_activate(), task_activate_by_xid(), task_startup_completed(), tasklist_add(), tasklist_remove_pid(), tasklist_remove_window(), and tasklist_set_first().