libpurple/protocols/ircv3/purpleircv3source.h

changeset 42472
409148c5c5b7
parent 42336
14c850aeee79
child 42568
31e8c7c92e2f
equal deleted inserted replaced
42471:860c2eed1a73 42472:409148c5c5b7
24 #define PURPLE_IRCV3_SOURCE_H 24 #define PURPLE_IRCV3_SOURCE_H
25 25
26 #include <glib.h> 26 #include <glib.h>
27 #include <glib-object.h> 27 #include <glib-object.h>
28 28
29 #include "purpleircv3version.h"
30
29 G_BEGIN_DECLS 31 G_BEGIN_DECLS
30 32
31 /** 33 /**
32 * purple_ircv3_source_parse: 34 * purple_ircv3_source_parse:
33 * @source: The source to parse. 35 * @source: The source to parse.
41 * If the user or host aren't present in @source, but a return address is 43 * If the user or host aren't present in @source, but a return address is
42 * provided for them, that pointer will be set to %NULL. 44 * provided for them, that pointer will be set to %NULL.
43 * 45 *
44 * Since: 3.0.0 46 * Since: 3.0.0
45 */ 47 */
48 PURPLE_IRCV3_AVAILABLE_IN_ALL
46 void purple_ircv3_source_parse(const char *source, char **nick, char **user, char **host); 49 void purple_ircv3_source_parse(const char *source, char **nick, char **user, char **host);
47 50
48 G_END_DECLS 51 G_END_DECLS
49 52
50 #endif /* PURPLE_IRCV3_SOURCE_H */ 53 #endif /* PURPLE_IRCV3_SOURCE_H */

mercurial