Home
last modified time | relevance | path

Searched refs:get_utf8_property_list (Results 1 – 6 of 6) sorted by relevance

/dports/x11/fbpanel/fbpanel-6.1/panel/
H A Dmisc.h21 char **get_utf8_property_list(Window win, Atom atom, int *count);
H A Dmisc.c267 get_utf8_property_list(Window win, Atom atom, int *count) in get_utf8_property_list() function
/dports/x11/fbpanel/fbpanel-6.1/plugins/deskno2/
H A Ddeskno2.c52 dc->dnames = get_utf8_property_list(GDK_ROOT_WINDOW(), a_NET_DESKTOP_NAMES, &(dc->dnames_num)); in update_all()
/dports/x11/lxpanel/lxpanel-0.9.3/src/
H A Dmisc.h125 char **get_utf8_property_list(Window win, Atom atom, int *count);
H A Dmisc.c514 get_utf8_property_list(Window win, Atom atom, int *count) in get_utf8_property_list() function
/dports/x11/lxpanel/lxpanel-0.9.3/plugins/deskno/
H A Ddeskno.c71 …desktop_names = get_utf8_property_list(GDK_ROOT_WINDOW(), a_NET_DESKTOP_NAMES, &number_of_desktop_… in deskno_redraw()