Fri, 28 Jul 2006 12:19:56 +0000
[gaim-migrate @ 16590]
(03:00:12) chaosite: SIZE_OF_TIME_T in gtkconv.c:6533 as well
(03:08:48) chaosite: rlaager: ping
(03:09:22) chaosite: rlaager: svn says that SIZE_OF_TIME_T in log.c:609 is your commit
(03:09:31) chaosite: rlaager: it should be SIZEOF_TIME_T
| 11118 | 1 | #include "module.h" |
| 2 | ||
| 3 | MODULE = Gaim::Stringref PACKAGE = Gaim::Stringref PREFIX = gaim_stringref_ | |
| 4 | PROTOTYPES: ENABLE | |
| 5 | ||
| 12773 | 6 | int |
| 11118 | 7 | gaim_stringref_cmp(s1, s2) |
| 8 | Gaim::Stringref s1 | |
| 9 | Gaim::Stringref s2 | |
| 10 | ||
| 12773 | 11 | size_t |
| 11118 | 12 | gaim_stringref_len(stringref) |
| 13 | Gaim::Stringref stringref | |
| 14 | ||
| 15 | Gaim::Stringref | |
| 12364 | 16 | gaim_stringref_new(class, value) |
| 11118 | 17 | const char *value |
| 12364 | 18 | C_ARGS: |
| 19 | value | |
| 11118 | 20 | |
| 21 | Gaim::Stringref | |
| 12364 | 22 | gaim_stringref_new_noref(class, value) |
| 11118 | 23 | const char *value |
| 12364 | 24 | C_ARGS: |
| 25 | value | |
| 11118 | 26 | |
| 27 | Gaim::Stringref | |
| 28 | gaim_stringref_ref(stringref) | |
| 29 | Gaim::Stringref stringref | |
| 30 | ||
| 12773 | 31 | void |
| 11118 | 32 | gaim_stringref_unref(stringref) |
| 33 | Gaim::Stringref stringref | |
| 34 | ||
| 35 | const char * | |
| 36 | gaim_stringref_value(stringref) | |
| 37 | Gaim::Stringref stringref |