| 33 #include "pidginstock.h" |
33 #include "pidginstock.h" |
| 34 #include "gtkblist.h" |
34 #include "gtkblist.h" |
| 35 #include "gtkutils.h" |
35 #include "gtkutils.h" |
| 36 #include "pidginlog.h" |
36 #include "pidginlog.h" |
| 37 |
37 |
| 38 #include "gtk3compat.h" |
|
| 39 |
|
| 40 #define PIDGIN_TYPE_LOG_VIEWER pidgin_log_viewer_get_type() |
38 #define PIDGIN_TYPE_LOG_VIEWER pidgin_log_viewer_get_type() |
| 41 /** |
39 /** |
| 42 * PidginLogViewer: |
40 * PidginLogViewer: |
| 43 * @logs: The list of logs viewed in this viewer |
41 * @logs: The list of logs viewed in this viewer |
| 44 * @browse_button: The button for opening a log folder externally |
42 * @browse_button: The button for opening a log folder externally |