summaryrefslogtreecommitdiff
path: root/libgupnp/gupnp-error.h
diff options
context:
space:
mode:
authorJorn Baayen <jorn@openedhand.com>2007-06-27 09:58:24 +0000
committerJorn Baayen <jorn@openedhand.com>2007-06-27 09:58:24 +0000
commit04c25b8124a867d6ff00bebba04d11342d3b658b (patch)
treec2fbead9fdee81392d7e45f4d5daff28c1f94649 /libgupnp/gupnp-error.h
parent66930a0742832c03011a8de66399a7c98d88cf5d (diff)
downloadgupnp-04c25b8124a867d6ff00bebba04d11342d3b658b.tar.gz
2007-06-27 Jorn Baayen <jorn@openedhand.com>
* libgupnp/Makefile.am: * libgupnp/gupnp-error.h: * libgupnp/gupnp-service.c: (gupnp_service_action_return_error), (query_state_variable), (control_server_handler): * libgupnp/gupnp-service.h: * libgupnp/upnp-protocol.h: More flexible error handling. git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@259 d8cb91d7-bff9-0310-92b9-80b65e4482b2
Diffstat (limited to 'libgupnp/gupnp-error.h')
-rw-r--r--libgupnp/gupnp-error.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libgupnp/gupnp-error.h b/libgupnp/gupnp-error.h
index 842078d..3b4f498 100644
--- a/libgupnp/gupnp-error.h
+++ b/libgupnp/gupnp-error.h
@@ -26,14 +26,6 @@
G_BEGIN_DECLS
-typedef enum {
- GUPNP_ACTION_ERROR_INVALID_ACTION,
- GUPNP_ACTION_ERROR_INVALID_ARGS,
- GUPNP_ACTION_ERROR_OUT_OF_SYNC,
- GUPNP_ACTION_ERROR_ACTION_FAILED,
- GUPNP_ACTION_ERROR_LAST
-} GUPnPActionError;
-
GQuark
gupnp_error_quark (void) G_GNUC_CONST;