preferences: general

- remove clear history button
- add different type of notifications
- support notifications with actions

Change-Id: I05574cf11a22afdab4572daa6ba37602bab17eef
Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com>
diff --git a/src/RingWindowController.h b/src/RingWindowController.h
index 1d935b7..86c6b80 100644
--- a/src/RingWindowController.h
+++ b/src/RingWindowController.h
@@ -68,4 +68,8 @@
  */
 -(void) listTypeChanged;
 
+-(void) showConversation:(NSString* )conversationId forAccount:(NSString*)accountId;
+-(void) showCall:(NSString* )callId forAccount:(NSString*)accountId forConversation:(NSString*)conversationId;
+-(void) showContactRequestFor:(NSString* )accountId contactUri:(NSString*)uri;
+
 @end