comparison pidgin/win32/gtkwin32dep.h @ 15823:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 75ffc646647f
children 495800004c0a
comparison
equal deleted inserted replaced
15822:84b0f9b23ede 15823:32c366eeeb99
34 34
35 /* Misc */ 35 /* Misc */
36 void winpidgin_notify_uri(const char *uri); 36 void winpidgin_notify_uri(const char *uri);
37 void winpidgin_shell_execute(const char *target, const char *verb, const char *clazz); 37 void winpidgin_shell_execute(const char *target, const char *verb, const char *clazz);
38 void winpidgin_ensure_onscreen(GtkWidget *win); 38 void winpidgin_ensure_onscreen(GtkWidget *win);
39 void winpidgin_conv_blink(GaimConversation *conv, GaimMessageFlags flags); 39 void winpidgin_conv_blink(PurpleConversation *conv, PurpleMessageFlags flags);
40 void winpidgin_window_flash(GtkWindow *window, gboolean flash); 40 void winpidgin_window_flash(GtkWindow *window, gboolean flash);
41 41
42 /* init / cleanup */ 42 /* init / cleanup */
43 void winpidgin_init(HINSTANCE); 43 void winpidgin_init(HINSTANCE);
44 void winpidgin_post_init(void); 44 void winpidgin_post_init(void);