Nemiver  0.3
Namespaces | Functions
nmv-proc-utils.h File Reference
#include <vector>
#include <glibmm.h>
#include "nmv-ustring.h"

Go to the source code of this file.

Namespaces

 nemiver
 
 nemiver::common
 

Functions

bool nemiver::common::launch_program (const std::vector< UString > &a_args, int &a_pid, int &a_master_pty_fd, int &a_stdout_fd, int &a_stderr_fd)
 
void nemiver::common::attach_channel_to_loop_context_as_source (Glib::IOCondition a_cond, const sigc::slot< bool, Glib::IOCondition > &a_slot, const Glib::RefPtr< Glib::IOChannel > &a_chan, const Glib::RefPtr< Glib::MainContext > &a_ctxt)
 
bool nemiver::common::is_libtool_executable_wrapper (const UString &a_path)