diff options
author | Robert McQueen <robert.mcqueen@collabora.co.uk> | 2006-08-03 19:51:39 +0000 |
---|---|---|
committer | Robert McQueen <robert.mcqueen@collabora.co.uk> | 2006-08-03 19:51:39 +0000 |
commit | 0a96af7a4e2043bdcf9b70595d63512ec7fa76a3 (patch) | |
tree | 6376521e57222b26ed7cc8e160331f15c2c186c8 /src/roster.h | |
parent | b9e143472e9f41732f64f5690e3e083eef9b0af3 (diff) |
allow handles to be added and removed from the block list channel to block/unblock
Diffstat (limited to 'src/roster.h')
-rw-r--r-- | src/roster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/roster.h b/src/roster.h index cf214ea83..7b8bf0879 100644 --- a/src/roster.h +++ b/src/roster.h @@ -68,6 +68,7 @@ typedef enum GabbleRoster *gabble_roster_new (GabbleConnection *); GabbleRosterSubscription gabble_roster_handle_get_subscription (GabbleRoster *, GabbleHandle); +gboolean gabble_roster_handle_set_blocked (GabbleRoster *, GabbleHandle, gboolean, GError **); const gchar *gabble_roster_handle_get_name (GabbleRoster *, GabbleHandle); gboolean gabble_roster_handle_set_name (GabbleRoster *, GabbleHandle, const gchar *, GError **); gboolean gabble_roster_handle_remove (GabbleRoster *, GabbleHandle, GError **); |