~ubuntu-branches/debian/sid/glibmm2.4/sid

« back to all changes in this revision

Viewing changes to glib/src/spawn.ccg

  • Committer: Bazaar Package Importer
  • Author(s): Deng Xiyue
  • Date: 2009-07-20 10:01:53 UTC
  • mfrom: (1.2.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090720100153-e2e4u4oshubnem3u
* New upstream release.
* Section of libglibmm-2.4-dbg is "debug" now.
* Update debian/copyright to conform to latest DEP 5.
  + Fix incorrect license.
  + Point to versioned license files.
* Update Standard-Version to 3.8.2.  No change required.

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
void spawn_command_line_sync(const std::string& command_line,
361
361
                             std::string* standard_output,
362
362
                             std::string* standard_error,
363
 
                             int* exit_status, std::auto_ptr<Glib::Error>& error);
 
363
                             int* exit_status, std::auto_ptr<Glib::Error>& error)
364
364
#endif //GLIBMM_EXCEPTIONS_ENABLED
365
365
{
366
366
  Glib::ScopedPtr<char> buf_standard_output;