From 6556c61586d79ee0ae599248f25d591d99da8a97 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 17 Jan 2013 20:16:15 +0100 Subject: Remove LIBMSI_RESULT_NO_MORE_ITEMS from API Raising an error for indicating the end of the results is really inconvenient, it's like throwing an exception for something quite normal... The user can still make a distinction when there is an error if the GError is set. --- include/libmsi-types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/libmsi-types.h b/include/libmsi-types.h index 58eefe0..d46a5c2 100644 --- a/include/libmsi-types.h +++ b/include/libmsi-types.h @@ -46,7 +46,6 @@ typedef enum LibmsiResultError LIBMSI_RESULT_OPEN_FAILED, LIBMSI_RESULT_CALL_NOT_IMPLEMENTED, LIBMSI_RESULT_MORE_DATA, - LIBMSI_RESULT_NO_MORE_ITEMS, LIBMSI_RESULT_NOT_FOUND, LIBMSI_RESULT_CONTINUE, LIBMSI_RESULT_UNKNOWN_PROPERTY, -- cgit