You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
296 B
10 lines
296 B
#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_ */
|
|
|