diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-03-14 21:05:41 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2008-03-14 21:05:41 +0800 |
commit | 51bfdd1e6f279c0504bf068ba5ec9132a8c68e20 (patch) | |
tree | dde87b5d754a0feb8ea9b380e6e800132ce9629f /libempathy-gtk/empathy-chat-view.h | |
parent | 5ecae4206a372ee521a8d220bff06eaf0f267329 (diff) | |
download | gsoc2013-empathy-51bfdd1e6f279c0504bf068ba5ec9132a8c68e20.tar gsoc2013-empathy-51bfdd1e6f279c0504bf068ba5ec9132a8c68e20.tar.gz gsoc2013-empathy-51bfdd1e6f279c0504bf068ba5ec9132a8c68e20.tar.bz2 gsoc2013-empathy-51bfdd1e6f279c0504bf068ba5ec9132a8c68e20.tar.lz gsoc2013-empathy-51bfdd1e6f279c0504bf068ba5ec9132a8c68e20.tar.xz gsoc2013-empathy-51bfdd1e6f279c0504bf068ba5ec9132a8c68e20.tar.zst gsoc2013-empathy-51bfdd1e6f279c0504bf068ba5ec9132a8c68e20.zip |
Remove EmpathyChatViewBlock and empaty_chat_view_set_last_contact
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@791 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-chat-view.h')
-rw-r--r-- | libempathy-gtk/empathy-chat-view.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libempathy-gtk/empathy-chat-view.h b/libempathy-gtk/empathy-chat-view.h index 58219ca04..5eac2e6cc 100644 --- a/libempathy-gtk/empathy-chat-view.h +++ b/libempathy-gtk/empathy-chat-view.h @@ -53,15 +53,6 @@ struct _EmpathyChatViewClass { GtkTextViewClass parent_class; }; -typedef enum { - EMPATHY_CHAT_VIEW_BLOCK_NONE, - EMPATHY_CHAT_VIEW_BLOCK_SELF, - EMPATHY_CHAT_VIEW_BLOCK_OTHER, - EMPATHY_CHAT_VIEW_BLOCK_EVENT, - EMPATHY_CHAT_VIEW_BLOCK_TIME, - EMPATHY_CHAT_VIEW_BLOCK_INVITE -} EmpathyChatViewBlock; - GType empathy_chat_view_get_type (void) G_GNUC_CONST; EmpathyChatView *empathy_chat_view_new (void); void empathy_chat_view_append_message (EmpathyChatView *view, @@ -106,12 +97,7 @@ void empathy_chat_view_set_is_group_chat (EmpathyChatView *view, time_t empathy_chat_view_get_last_timestamp (EmpathyChatView *view); void empathy_chat_view_set_last_timestamp (EmpathyChatView *view, time_t timestamp); -EmpathyChatViewBlock empathy_chat_view_get_last_block_type (EmpathyChatView *view); -void empathy_chat_view_set_last_block_type (EmpathyChatView *view, - EmpathyChatViewBlock block_type); EmpathyContact * empathy_chat_view_get_last_contact (EmpathyChatView *view); -void empathy_chat_view_set_last_contact (EmpathyChatView *view, - EmpathyContact *contact); GdkPixbuf * empathy_chat_view_get_avatar_pixbuf_with_cache (EmpathyContact *contact); G_END_DECLS |