app: change all action callback signatures to use GimpAction
instead of GtkAction, which is correct now because all our actions
implement the GimpAction interface.
(cherry picked from commit b9d47f2d1f
)
This commit is contained in:
@ -19,10 +19,10 @@
|
||||
#define __TOOL_PRESETS_COMMANDS_H__
|
||||
|
||||
|
||||
void tool_presets_save_cmd_callback (GtkAction *action,
|
||||
gpointer data);
|
||||
void tool_presets_restore_cmd_callback (GtkAction *action,
|
||||
gpointer data);
|
||||
void tool_presets_save_cmd_callback (GimpAction *action,
|
||||
gpointer data);
|
||||
void tool_presets_restore_cmd_callback (GimpAction *action,
|
||||
gpointer data);
|
||||
|
||||
|
||||
#endif /* __TOOL_PRESETS_COMMANDS_H__ */
|
||||
|
Reference in New Issue
Block a user