Terminal emulator with all the bells and whistles https://www.enlightenment.org
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.
 
 
 
 
 
 

12 lines
203 B

#ifndef _GRAVATAR_H__
#define _GRAVATAR_H__ 1
#include "config.h"
void
gravatar_tooltip(Evas_Object *obj, Config *config, char *email);
void gravatar_init(void);
void gravatar_shutdown(void);
#endif