~ubuntu-branches/ubuntu/quantal/jackd2/quantal

« back to all changes in this revision

Viewing changes to common/jack/jack.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler, Adrian Knoth, Reinhard Tartler, Jonas Smedegaard
  • Date: 2010-06-19 18:54:29 UTC
  • Revision ID: james.westby@ubuntu.com-20100619185429-zhbhh0mqvukgzx0l
Tags: 1.9.5~dfsg-15
[ Adrian Knoth ]
* Also provide the shlibs file for libjack-jackd2-0
* Fix FTBFS on sparc64 (Closes: #586257)

[ Reinhard Tartler ]
* jackd must not be a virtual package, use 'jack-daemon' for that
* add breaks/replaces on old libjack0
* change shlibsfile to prefer jackd2's libjack
* use conflicts instead of breaks. libjack-jackd2-0 has file conflicts
  with libjack0 and will keep it

[ Jonas Smedegaard ]
* Update control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
732
732
 * @return a null-terminated array of full port names to which the @a
733
733
 * port is connected.  If none, returns NULL.
734
734
 *
735
 
 * The caller is responsible for calling free(3) on any non-NULL
 
735
 * The caller is responsible for calling jack_free(3) on any non-NULL
736
736
 * returned value.
737
737
 *
738
738
 * @param port locally owned jack_port_t pointer.
745
745
 * @return a null-terminated array of full port names to which the @a
746
746
 * port is connected.  If none, returns NULL.
747
747
 *
748
 
 * The caller is responsible for calling free(3) on any non-NULL
 
748
 * The caller is responsible for calling jack_free(3) on any non-NULL
749
749
 * returned value.
750
750
 *
751
751
 * This differs from jack_port_get_connections() in two important
996
996
 * If zero, no selection based on flags will be carried out.
997
997
 *
998
998
 * @return a NULL-terminated array of ports that match the specified
999
 
 * arguments.  The caller is responsible for calling free(3) any
 
999
 * arguments.  The caller is responsible for calling jack_free(3) any
1000
1000
 * non-NULL returned value.
1001
1001
 *
1002
1002
 * @see jack_port_name_size(), jack_port_type_size()