formatting

SVN revision: 76101
This commit is contained in:
Mike Blumenkrantz 2012-09-04 04:09:32 +00:00
parent 972bd60496
commit 2424eef275
1 changed files with 13 additions and 13 deletions

View File

@ -15,20 +15,20 @@ struct _E_Confirm_Dialog
E_Dialog *dia; E_Dialog *dia;
struct struct
{ {
void *data; void *data;
void (*func)(void *data); void (*func)(void *data);
} yes; } yes;
struct struct
{ {
void *data; void *data;
void (*func)(void *data); void (*func)(void *data);
} no; } no;
struct struct
{ {
void *data; void *data;
void (*func)(void *data); void (*func)(void *data);
} del; } del;
}; };
/* /*
@ -44,7 +44,7 @@ struct _E_Confirm_Dialog
* del_func - the function to call before dialog is deleted * del_func - the function to call before dialog is deleted
* del_data - the pointer passer to del_func * del_data - the pointer passer to del_func
*/ */
EAPI E_Confirm_Dialog *e_confirm_dialog_show(const char *title, const char *icon, const char *text, const char *button_text, const char *button2_text, void (*func)(void *data), void (*func2)(void *data), void *data, void *data2, void (*del_func)(void *data), void * del_data); EAPI E_Confirm_Dialog *e_confirm_dialog_show(const char *title, const char *icon, const char *text, const char *button_text, const char *button2_text, void (*func)(void *data), void (*func2)(void *data), void *data, void *data2, void (*del_func)(void *data), void *del_data);
#endif #endif
#endif #endif