mirror of
https://github.com/swaywm/sway.git
synced 2026-04-24 06:46:22 -04:00
9 lines
192 B
C
9 lines
192 B
C
|
|
#ifndef _SWAYBAR_DESKTOP_H
|
||
|
|
#define _SWAYBAR_DESKTOP_H
|
||
|
|
|
||
|
|
char *load_desktop_entry_from_xdgdirs(const char *app_name);
|
||
|
|
|
||
|
|
char *get_icon_name_from_desktop_entry(const char *desktop_entry);
|
||
|
|
|
||
|
|
#endif
|