Mercurial > pidgin.yaz
comparison libpurple/sound.h @ 16672:516f14bef90e
Initial addition of padding for ui_ops and other class-like structs
author | Gary Kramlich <grim@reaperworld.com> |
---|---|
date | Sun, 29 Apr 2007 22:02:47 +0000 |
parents | 32c366eeeb99 |
children | 2177a11e169d |
comparison
equal
deleted
inserted
replaced
16669:e2fc81093e88 | 16672:516f14bef90e |
---|---|
58 void (*init)(void); | 58 void (*init)(void); |
59 void (*uninit)(void); | 59 void (*uninit)(void); |
60 void (*play_file)(const char *filename); | 60 void (*play_file)(const char *filename); |
61 void (*play_event)(PurpleSoundEventID event); | 61 void (*play_event)(PurpleSoundEventID event); |
62 | 62 |
63 void (*_purple_reserved1)(void); | |
64 void (*_purple_reserved2)(void); | |
65 void (*_purple_reserved3)(void); | |
66 void (*_purple_reserved4)(void); | |
63 } PurpleSoundUiOps; | 67 } PurpleSoundUiOps; |
64 | 68 |
65 #ifdef __cplusplus | 69 #ifdef __cplusplus |
66 extern "C" { | 70 extern "C" { |
67 #endif | 71 #endif |