libpurple/protocols/ircv3/purpleircv3source.h

changeset 42619
3dd7cd0eabf1
parent 42568
31e8c7c92e2f
equal deleted inserted replaced
42618:8546a023aa0a 42619:3dd7cd0eabf1
46 * user, and host parts per https://modern.ircdocs.horse/#source. 46 * user, and host parts per https://modern.ircdocs.horse/#source.
47 * 47 *
48 * If the user or host aren't present in @source, but a return address is 48 * If the user or host aren't present in @source, but a return address is
49 * provided for them, that pointer will be set to %NULL. 49 * provided for them, that pointer will be set to %NULL.
50 * 50 *
51 * Since: 3.0.0 51 * Since: 3.0
52 */ 52 */
53 PURPLE_IRCV3_AVAILABLE_IN_ALL 53 PURPLE_IRCV3_AVAILABLE_IN_ALL
54 void purple_ircv3_source_parse(const char *source, char **nick, char **user, char **host); 54 void purple_ircv3_source_parse(const char *source, char **nick, char **user, char **host);
55 55
56 G_END_DECLS 56 G_END_DECLS

mercurial