~noskcaj/ubuntu/trusty/gthumb/3.2.5

« back to all changes in this revision

Viewing changes to extensions/photo_importer/actions.h

  • Committer: Package Import Robot
  • Author(s): David Paleino
  • Date: 2011-12-22 22:40:29 UTC
  • mfrom: (5.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20111222224029-l58g65u1nfa6ojtg
Tags: 3:2.14.1-1
* New upstream version (Closes: #652692)
* Patches refreshed
* Bump build-dependencies requirements
* Fix FTBFS, added missing #include
* debian/watch fixed to point to new location (.xz tarballs)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#define DEFINE_ACTION(x) void x (GtkAction *action, gpointer data);
28
28
 
29
 
DEFINE_ACTION(gth_browser_activate_action_import_files)
 
29
DEFINE_ACTION(gth_browser_activate_action_import_from_device)
 
30
DEFINE_ACTION(gth_browser_activate_action_import_from_folder)
30
31
 
31
32
#endif /* ACTIONS_H */