# HG changeset patch # User Will Thompson # Date 1194191858 0 # Node ID 2e60aae8b9c59aa18a4688b64be33aa33e3f0695 # Parent 0f029f9a75e1390e10dde6ee33efcdf821c79de7 Add some padding to PidginMiniDialogClass. Padding is not needed in PidginMiniDialog --- fields can be added to the private struct and be accessed through gobject properties. diff -r 0f029f9a75e1 -r 2e60aae8b9c5 pidgin/minidialog.h --- a/pidgin/minidialog.h Sun Nov 04 15:54:49 2007 +0000 +++ b/pidgin/minidialog.h Sun Nov 04 15:57:38 2007 +0000 @@ -89,6 +89,11 @@ /** The class of #PidginMiniDialog objects. */ typedef struct { GtkBoxClass parent_class; + + void (*_purple_reserved1) (void); + void (*_purple_reserved2) (void); + void (*_purple_reserved3) (void); + void (*_purple_reserved4) (void); } PidginMiniDialogClass; /** The type of a callback triggered by a button in a mini-dialog being pressed.