entrance/src/daemon/entrance_image.h

11 lines
296 B
C

#ifndef ENTRANCE_IMAGE_H_
#define ENTRANCE_IMAGE_H_
Eina_List* entrance_image_system_icons();
Eina_List* entrance_image_system_backgrounds();
Eina_List* entrance_image_user_icons(const char *username);
Eina_List* entrance_image_user_backgrounds(const char *username);
#endif /* ENTRANCE_H_ */