| 40359:ca141ea93b83 | 40360:e21f3bbcc2a5 |
|---|---|
| 28 * @title: Log Viewer | 28 * @title: Log Viewer |
| 29 * @see_also: <link linkend="chapter-signals-gtklog">Log signals</link> | 29 * @see_also: <link linkend="chapter-signals-gtklog">Log signals</link> |
| 30 */ | 30 */ |
| 31 | 31 |
| 32 #include "pidgin.h" | 32 #include "pidgin.h" |
| 33 #include "log.h" | |
| 34 | 33 |
| 35 #include "account.h" | 34 #include <purple.h> |
| 36 | 35 |
| 37 G_BEGIN_DECLS | 36 G_BEGIN_DECLS |
| 38 | 37 |
| 39 void pidgin_log_show(PurpleLogType type, const char *buddyname, PurpleAccount *account); | 38 void pidgin_log_show(PurpleLogType type, const char *buddyname, PurpleAccount *account); |
| 40 void pidgin_log_show_contact(PurpleContact *contact); | 39 void pidgin_log_show_contact(PurpleContact *contact); |