Go to the source code of this file.
Functions | |
| void | meta_group_reload_property (MetaGroup *group, Atom property) |
| void | meta_group_reload_properties (MetaGroup *group, const Atom *properties, int n_properties) |
| void | meta_display_init_group_prop_hooks (MetaDisplay *display) |
| void | meta_display_free_group_prop_hooks (MetaDisplay *display) |
| void meta_display_free_group_prop_hooks | ( | MetaDisplay * | display | ) |
Definition at line 206 of file group-props.c.
References _MetaDisplay::group_prop_hooks, and NULL.
Referenced by meta_display_close().
| void meta_display_init_group_prop_hooks | ( | MetaDisplay * | display | ) |
Definition at line 172 of file group-props.c.
References _MetaDisplay::group_prop_hooks, _MetaGroupPropHooks::init_func, init_net_startup_id(), init_wm_client_machine(), N_HOOKS, NULL, _MetaGroupPropHooks::property, _MetaGroupPropHooks::reload_func, reload_net_startup_id(), and reload_wm_client_machine().
| void meta_group_reload_properties | ( | MetaGroup * | group, | |
| const Atom * | properties, | |||
| int | n_properties | |||
| ) |
Definition at line 61 of file group-props.c.
References _MetaGroup::display, _MetaGroup::group_leader, init_prop_value(), meta_prop_free_values(), meta_prop_get_values(), NULL, and reload_prop_value().
Referenced by meta_group_new(), and meta_group_reload_property().
| void meta_group_reload_property | ( | MetaGroup * | group, | |
| Atom | property | |||
| ) |
Definition at line 54 of file group-props.c.
References meta_group_reload_properties().
Referenced by meta_group_property_notify().
1.5.5