~ubuntu-branches/ubuntu/trusty/sound-juicer/trusty

« back to all changes in this revision

Viewing changes to src/sj-about.h

  • Committer: Bazaar Package Importer
  • Author(s): Bilal Akhtar
  • Date: 2010-08-20 14:02:25 UTC
  • mfrom: (1.1.44 upstream)
  • Revision ID: james.westby@ubuntu.com-20100820140225-cj8w9u6uj4ml19or
Tags: 2.31.6-0ubuntu1
New upstream release. (LP: #621065)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#include <gtk/gtk.h>
27
27
 
28
 
void on_about_activate (void);
 
28
G_MODULE_EXPORT void on_about_activate (void);
29
29
 
30
30
#endif /* SJ_ABOUT_H */