| 23 # error "only <pidgin.h> may be included directly" |
23 # error "only <pidgin.h> may be included directly" |
| 24 #endif |
24 #endif |
| 25 |
25 |
| 26 #ifndef _PIDGINUTILS_H_ |
26 #ifndef _PIDGINUTILS_H_ |
| 27 #define _PIDGINUTILS_H_ |
27 #define _PIDGINUTILS_H_ |
| 28 /** |
|
| 29 * SECTION:gtkutils |
|
| 30 * @section_id: pidgin-gtkutils |
|
| 31 * @short_description: <filename>gtkutils.h</filename> |
|
| 32 * @title: Utility functions |
|
| 33 */ |
|
| 34 |
28 |
| 35 #include "gtkconv.h" |
29 #include "gtkconv.h" |
| 36 |
30 |
| 37 #include <purple.h> |
31 #include <purple.h> |
| 38 |
32 |