Go to the source code of this file.
Data Structures | |
struct | PmTransactionError |
A transaction error. More... | |
Enumerations | |
enum | PmTransErrorType { PM_TRANSERR_EXTRACT, PM_TRANSERR_DB_ADD, PM_TRANSERR_DB_REMOVE, PM_TRANSERR_MISSING_DEPS, PM_TRANSERR_FILE_CONFLICT, PM_TRANSERR_DEP_CONFLICT } |
Types of transaction errors. More... | |
Functions | |
PmTransactionError * | pmNewTransError (PmTransErrorType type) |
Creates a new PmTransactionError structure. | |
void | pmDestroyTransError (PmTransactionError *transError) |
Destroys a PmTransactionError structure. |
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
Destroys a PmTransactionError structure.
|
|
Creates a new PmTransactionError structure.
|