Mercurial > pidgin
view libpurple/plugins/perl/common/Stringref.xs @ 19477:b1e7dfd662fb
merge of '04b3e8958ef3758cefdb2c6a32a676b131aee0cc'
and '94992c974e7a4eec0ac0f35b8db1ac816590cb56'
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 27 Aug 2007 22:20:13 +0000 |
| parents | 2f8274ce570a |
| children |
line wrap: on
line source
#include "module.h" MODULE = Purple::Stringref PACKAGE = Purple::Stringref PREFIX = purple_stringref_ PROTOTYPES: ENABLE int purple_stringref_cmp(s1, s2) Purple::Stringref s1 Purple::Stringref s2 size_t purple_stringref_len(stringref) Purple::Stringref stringref Purple::Stringref purple_stringref_new(class, value) const char *value C_ARGS: value Purple::Stringref purple_stringref_new_noref(class, value) const char *value C_ARGS: value Purple::Stringref purple_stringref_ref(stringref) Purple::Stringref stringref void purple_stringref_unref(stringref) Purple::Stringref stringref const char * purple_stringref_value(stringref) Purple::Stringref stringref
