Mercurial > pidgin
comparison src/stringref.h @ 7768:4e5c48ea9478
[gaim-migrate @ 8413]
This is really const, and informing the compiler might improve inlining
committer: Tailor Script <tailor@pidgin.im>
| author | Ethan Blanton <elb@pidgin.im> |
|---|---|
| date | Fri, 05 Dec 2003 18:02:27 +0000 |
| parents | 1f4005fcd872 |
| children | 203a18e56dc6 |
comparison
equal
deleted
inserted
replaced
| 7767:1f4005fcd872 | 7768:4e5c48ea9478 |
|---|---|
| 91 * | 91 * |
| 92 * @param stringref String reference from which to retrieve the value. | 92 * @param stringref String reference from which to retrieve the value. |
| 93 * | 93 * |
| 94 * @return The contents of the string reference. | 94 * @return The contents of the string reference. |
| 95 */ | 95 */ |
| 96 const char *gaim_stringref_value(GaimStringref *stringref); | 96 const char *gaim_stringref_value(const GaimStringref *stringref); |
| 97 | 97 |
| 98 #endif /* _GAIM_STRINGREF_H_ */ | 98 #endif /* _GAIM_STRINGREF_H_ */ |
