~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/about.h

  • Committer: Osmo Antero
  • Date: 2011-09-18 09:13:24 UTC
  • Revision ID: osmoma@gmail.com-20110918091324-wosqw4bzzhhyqz6m
VersionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _ABOUT_H
2
2
#define _ABOUT_H
3
3
 
 
4
gchar *about_program_name();
4
5
void about_destroy_dialog();
5
6
void about_this_app();
6
7