summaryrefslogtreecommitdiff
path: root/lib/packagekit-glib2/pk-client.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2013-04-11 12:54:01 +0100
committerRichard Hughes <richard@hughsie.com>2013-04-11 12:54:01 +0100
commit5de764e12579d0b52ee321c952517d2dfefb015d (patch)
treec6e26fde95b0521f8907dc4436dc32f59bdcf63f /lib/packagekit-glib2/pk-client.h
parent2db1fb359bfcbdd18391061f7b207388f153b6eb (diff)
trivial: Clarify the PkErrorEnums-in-GError situation
Diffstat (limited to 'lib/packagekit-glib2/pk-client.h')
-rw-r--r--lib/packagekit-glib2/pk-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/packagekit-glib2/pk-client.h b/lib/packagekit-glib2/pk-client.h
index 412957747..b191ee518 100644
--- a/lib/packagekit-glib2/pk-client.h
+++ b/lib/packagekit-glib2/pk-client.h
@@ -70,7 +70,7 @@ typedef enum
PK_CLIENT_ERROR_INVALID_FILE,
PK_CLIENT_ERROR_NOT_SUPPORTED,
PK_CLIENT_ERROR_DECLINED_SIMULATION,
- /* we define this so we can punt the PkErrorEnums here */
+ /* we define this so we can punt the PkErrorEnums here at offset 0xff */
PK_CLIENT_ERROR_LAST
} PkClientError;