| 53 * in satisfying time. |
53 * in satisfying time. |
| 54 */ |
54 */ |
| 55 |
55 |
| 56 #include <glib-object.h> |
56 #include <glib-object.h> |
| 57 |
57 |
| 58 #define PURPLE_TYPE_TRIE purple_trie_get_type() |
58 /** |
| |
59 * PURPLE_TYPE_TRIE: |
| |
60 * |
| |
61 * The standard _get_type macro for #PurpleTrie. |
| |
62 */ |
| |
63 #define PURPLE_TYPE_TRIE purple_trie_get_type() |
| 59 |
64 |
| 60 /** |
65 /** |
| 61 * PurpleTrieReplaceCb: |
66 * PurpleTrieReplaceCb: |
| 62 * @out: currently built output string, append replacement to it. |
67 * @out: currently built output string, append replacement to it. |
| 63 * @word: found word. |
68 * @word: found word. |