pidgin/gtklog.h

branch
next.minor
changeset 25889
26d9ca30335c
parent 25888
d0fdd378a635
child 32438
dc8991868906
equal deleted inserted replaced
25888:d0fdd378a635 25889:26d9ca30335c
51 GtkWidget *label; /**< The label at the top of the log viewer */ 51 GtkWidget *label; /**< The label at the top of the log viewer */
52 }; 52 };
53 53
54 54
55 55
56 void pidgin_log_show(PurpleLogType type, const char *screenname, PurpleAccount *account); 56 void pidgin_log_show(PurpleLogType type, const char *buddyname, PurpleAccount *account);
57 void pidgin_log_show_contact(PurpleContact *contact); 57 void pidgin_log_show_contact(PurpleContact *contact);
58 58
59 void pidgin_syslog_show(void); 59 void pidgin_syslog_show(void);
60 60
61 /**************************************************************************/ 61 /**************************************************************************/

mercurial