connection-pool.h revision 5fa4e9ef855c58f260c0a08fc8dc38ce3b53d942
#ifndef CONNECTION_POOL_H
#define CONNECTION_POOL_H
#include <glib-object.h>
#include <gtkmm.h>
{
{
enum Exception
{
};
~ConnectionPool ()
{
{
connection->disconnect ();
}
}
void
{
}
void
{
connection->disconnect ();
}
static Inkscape::ConnectionPool*
{
}
static void
{
}
static void
{
}
{
return name;
}
{}
};
}
#endif