libpurple/trie.h

changeset 40524
a3b1cde8d2d8
parent 40474
1341be8e3402
child 41083
590d533cf290
equal deleted inserted replaced
40523:9bcf96663cb9 40524:a3b1cde8d2d8
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.

mercurial