Mercurial > pidgin
diff src/accountopt.h @ 5654:c52a97f3739e
[gaim-migrate @ 6068]
Fixed these function names.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Mon, 02 Jun 2003 06:41:14 +0000 |
| parents | 408fef845144 |
| children | 1709a545a7bd |
line wrap: on
line diff
--- a/src/accountopt.h Mon Jun 02 06:39:09 2003 +0000 +++ b/src/accountopt.h Mon Jun 02 06:41:14 2003 +0000 @@ -227,13 +227,22 @@ void gaim_account_user_split_destroy(GaimAccountUserSplit *split); /** + * Returns the text for an account username split. + * + * @param split The account username split. + * + * @return The account username split's text. + */ +const char *gaim_account_user_split_get_text(const GaimAccountUserSplit *split); + +/** * Returns the default string value for an account split. * * @param split The account username split. * * @return The default string. */ -const char *gaim_account_split_get_default_value( +const char *gaim_account_user_split_get_default_value( const GaimAccountUserSplit *split); /** @@ -243,7 +252,7 @@ * * @return The field separator. */ -char gaim_account_split_get_separator(const GaimAccountUserSplit *split); +char gaim_account_user_split_get_separator(const GaimAccountUserSplit *split); /*@}*/
