plugins/perl/common/Stringref.xs

changeset 12364
42b44fed7423
parent 11290
136722ebf145
child 12773
1f635f83d71f
equal deleted inserted replaced
12363:d2f9d8935364 12364:42b44fed7423
11 size_t 11 size_t
12 gaim_stringref_len(stringref) 12 gaim_stringref_len(stringref)
13 Gaim::Stringref stringref 13 Gaim::Stringref stringref
14 14
15 Gaim::Stringref 15 Gaim::Stringref
16 gaim_stringref_new(value) 16 gaim_stringref_new(class, value)
17 const char *value 17 const char *value
18 C_ARGS:
19 value
18 20
19 Gaim::Stringref 21 Gaim::Stringref
20 gaim_stringref_new_noref(value) 22 gaim_stringref_new_noref(class, value)
21 const char *value 23 const char *value
24 C_ARGS:
25 value
22 26
23 27
24 28
25 Gaim::Stringref 29 Gaim::Stringref
26 gaim_stringref_ref(stringref) 30 gaim_stringref_ref(stringref)

mercurial