diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:23:47 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-12-16 17:23:47 +0800 |
commit | 3b6cc6f01b861c217a52fecd068b8fb009adc792 (patch) | |
tree | 5e83510dacdc3c4d76df002b00e4439545f1c3fa /libempathy-gtk/empathy-chat-simple-view.h | |
parent | 486b00253feb6c84b0c0d491d6aeb14b1ab8da1e (diff) | |
download | gsoc2013-empathy-3b6cc6f01b861c217a52fecd068b8fb009adc792.tar gsoc2013-empathy-3b6cc6f01b861c217a52fecd068b8fb009adc792.tar.gz gsoc2013-empathy-3b6cc6f01b861c217a52fecd068b8fb009adc792.tar.bz2 gsoc2013-empathy-3b6cc6f01b861c217a52fecd068b8fb009adc792.tar.lz gsoc2013-empathy-3b6cc6f01b861c217a52fecd068b8fb009adc792.tar.xz gsoc2013-empathy-3b6cc6f01b861c217a52fecd068b8fb009adc792.tar.zst gsoc2013-empathy-3b6cc6f01b861c217a52fecd068b8fb009adc792.zip |
Fix licence and clean up a bit the interface
svn path=/trunk/; revision=1981
Diffstat (limited to 'libempathy-gtk/empathy-chat-simple-view.h')
-rw-r--r-- | libempathy-gtk/empathy-chat-simple-view.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-chat-simple-view.h b/libempathy-gtk/empathy-chat-simple-view.h index f633440ac..5cd2536f6 100644 --- a/libempathy-gtk/empathy-chat-simple-view.h +++ b/libempathy-gtk/empathy-chat-simple-view.h @@ -55,8 +55,8 @@ struct _EmpathyChatSimpleViewClass { GtkTextViewClass parent_class; }; -GType empathy_chat_simple_view_get_type (void) G_GNUC_CONST; -EmpathyChatSimpleView *empathy_chat_simple_view_new (void); +GType empathy_chat_simple_view_get_type (void) G_GNUC_CONST; +EmpathyChatSimpleView *empathy_chat_simple_view_new (void); G_END_DECLS |