summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorWill Thompson <resiak@soc.pidgin.im>2007-08-15 21:27:08 +0000
committerWill Thompson <resiak@soc.pidgin.im>2007-08-15 21:27:08 +0000
commitf62698ca82f2c32203b1d4280fca4380fe8f67e7 (patch)
treed7c8cebfea40e6d31d83e90f5cd9c4ea18f16e70 /src/connection.h
parent4f37ec84f99c68383c3e0fb7f45cd37ff797dda7 (diff)
downloadtelepathy-haze-f62698ca82f2c32203b1d4280fca4380fe8f67e7.tar.gz
Correct the list of unimplemented contact list types.
20070815212708-984d1-8453dc21693a4a4b078f42f594b37525754e1e2a.gz
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/connection.h b/src/connection.h
index 977bf7e..8ec8baa 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -35,11 +35,12 @@ G_BEGIN_DECLS
/* Must be in the same order as list_handle_strings in connection.c */
typedef enum
{
- HAZE_LIST_HANDLE_SUBSCRIBE = 1,
+ HAZE_LIST_HANDLE_SUBSCRIBE = 1,
#if 0
- HAZE_LIST_HANDLE_PUBLISH,
- HAZE_LIST_HANDLE_KNOWN,
- HAZE_LIST_HANDLE_DENY
+ HAZE_LIST_HANDLE_PUBLISH,
+ HAZE_LIST_HANDLE_HIDE,
+ HAZE_LIST_HANDLE_ALLOW,
+ HAZE_LIST_HANDLE_DENY
#endif
} HazeListHandle;