~ubuntu-branches/debian/sid/mhwaveedit/sid

« back to all changes in this revision

Viewing changes to src/mainloop.h

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-07-31 23:10:58 UTC
  • mfrom: (1.2.11)
  • Revision ID: package-import@ubuntu.com-20120731231058-496d9279yh2uj5vl
Tags: 1.4.22-1
* New upstream release:
  - Improvements and fixes in the sample conversion and dithering code
  - Display zoom and speed settings next to status bar
  - Bug fix for value truncation in position cursor dialog
  - For ogg files, choose between decompression to temporary file and
    on-the-fly access
  - Various bug fixes
* Bump Standards.
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2008, Magnus Hjorth
 
2
 * Copyright (C) 2008 2009 2010, Magnus Hjorth
3
3
 *
4
4
 * This file is part of mhWaveEdit.
5
5
 *
53
53
 
54
54
gpointer mainloop_io_group_add(int nfds, GPollFD *pfds, int wdtime_ms, 
55
55
                               iogroup_cb cb, gpointer user_data);
56
 
gpointer mainloop_io_group_enable(gpointer iogroup, gboolean enable);
 
56
void mainloop_io_group_enable(gpointer iogroup, gboolean enable);
57
57
void mainloop_io_group_free(gpointer iogroup);
58
58
 
59
59
gpointer mainloop_time_source_add(GTimeVal *tv, timesource_cb cb,