Searched refs:transactions (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libavoid/
H A Drouter.h175 //! to transactions. This controls whether transactions are
183 //! "transactions" that are processed efficiently when the
191 //! @param[in] transactions A boolean value specifying whether to
192 //! use transactions.
194 void setTransactionUse(const bool transactions);
196 //! @brief Reports whether the router groups actions into transactions.
198 //! @return A boolean value describing whether transactions are in use.
H A Drouter.cpp425 void Router::setTransactionUse(const bool transactions) argument
427 _consolidateActions = transactions;

Completed in 30 milliseconds