pidgin/gtklog.h

changeset 21169
68cce72d1734
parent 20890
c4253dc37ac0
parent 20702
9548d4fb8c8e
child 21182
23cc39e90bf7
child 21215
775a49fdc926
equal deleted inserted replaced
20901:f2fc9ce2f7aa 21169:68cce72d1734
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 *screenname, PurpleAccount *account);
57 void pidgin_log_show_with_parent(GtkWindow *parent, PurpleLogType type, const char *screenname, PurpleAccount *account);
57 void pidgin_log_show_contact(PurpleContact *contact); 58 void pidgin_log_show_contact(PurpleContact *contact);
59 void pidgin_log_show_contact_with_parent(GtkWindow *parent, PurpleContact *contact);
58 60
59 void pidgin_syslog_show(void); 61 void pidgin_syslog_show(void);
62 void pidgin_syslog_show_with_parent(GtkWindow *parent);
60 63
61 /**************************************************************************/ 64 /**************************************************************************/
62 /** @name GTK+ Log Subsystem */ 65 /** @name GTK+ Log Subsystem */
63 /**************************************************************************/ 66 /**************************************************************************/
64 /*@{*/ 67 /*@{*/

mercurial