comparison: finch/gntconv.h
finch/gntconv.h
- changeset 41123
- 089c8a3a9ff4
- parent 40744
- 271b8dac2b0d
equal
deleted
inserted
replaced
| 24 # error "only <finch.h> may be included directly" |
24 # error "only <finch.h> may be included directly" |
| 25 #endif |
25 #endif |
| 26 |
26 |
| 27 #ifndef FINCH_CONV_H |
27 #ifndef FINCH_CONV_H |
| 28 #define FINCH_CONV_H |
28 #define FINCH_CONV_H |
| 29 |
|
| 30 /** |
|
| 31 * SECTION:gntconv |
|
| 32 * @section_id: finch-gntconv |
|
| 33 * @short_description: <filename>gntconv.h</filename> |
|
| 34 * @title: Conversation API |
|
| 35 */ |
|
| 36 |
29 |
| 37 #include <gnt.h> |
30 #include <gnt.h> |
| 38 |
31 |
| 39 #include <purple.h> |
32 #include <purple.h> |
| 40 |
33 |