[PackageKit-commit] packagekit: Branch 'master'
Richard Hughes
hughsient at kemper.freedesktop.org
Thu Feb 18 07:11:54 PST 2010
lib/packagekit-glib2/pk-client.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 03a55dd90661b91ffdc50bed8a97662c744c4131
Author: Richard Hughes <richard at hughsie.com>
Date: Thu Feb 18 15:11:12 2010 +0000
trivial: actually define PK_CLIENT_ERROR_LAST -- I think I'm actually going insane...
diff --git a/lib/packagekit-glib2/pk-client.h b/lib/packagekit-glib2/pk-client.h
index 5ad93dc..36202c2 100644
--- a/lib/packagekit-glib2/pk-client.h
+++ b/lib/packagekit-glib2/pk-client.h
@@ -69,7 +69,9 @@ typedef enum
PK_CLIENT_ERROR_INVALID_INPUT,
PK_CLIENT_ERROR_INVALID_FILE,
PK_CLIENT_ERROR_NOT_SUPPORTED,
- PK_CLIENT_ERROR_DECLINED_SIMULATION
+ PK_CLIENT_ERROR_DECLINED_SIMULATION,
+ /* we define this so we can punt the PkErrorEnums here */
+ PK_CLIENT_ERROR_LAST
} PkClientError;
typedef struct _PkClientPrivate PkClientPrivate;
More information about the PackageKit-commit
mailing list