comparison pidgin/gtkimhtml.h @ 18002:38a72d6dce7f

merge of '9e832cea16395c9007bc9e384ee379b293b99abd' and 'bda8b30520ae63b1ce117a6799cb41a65c55018d'
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 04 Jun 2007 06:32:21 +0000
parents 274ceb453176
children 6b7b13adb9b1
comparison
equal deleted inserted replaced
17707:01021bb5c709 18002:38a72d6dce7f
25 25
26 #include <gdk/gdk.h> 26 #include <gdk/gdk.h>
27 #include <gtk/gtktextview.h> 27 #include <gtk/gtktextview.h>
28 #include <gtk/gtktooltips.h> 28 #include <gtk/gtktooltips.h>
29 #include <gtk/gtkimage.h> 29 #include <gtk/gtkimage.h>
30
31 #include "connection.h"
30 32
31 #ifdef __cplusplus 33 #ifdef __cplusplus
32 extern "C" { 34 extern "C" {
33 #endif 35 #endif
34 36
784 * 786 *
785 * @return A string containing the unformatted text. 787 * @return A string containing the unformatted text.
786 */ 788 */
787 char *gtk_imhtml_get_text(GtkIMHtml *imhtml, GtkTextIter *start, GtkTextIter *stop); 789 char *gtk_imhtml_get_text(GtkIMHtml *imhtml, GtkTextIter *start, GtkTextIter *stop);
788 790
791 /**
792 * Setup formatting for an imhtml depending on the flags specified.
793 *
794 * @param imhtml The GTK+ IM/HTML.
795 * @param flags The connection flag which describes the allowed types of formatting.
796 */
797 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags);
798
789 /*@}*/ 799 /*@}*/
790 800
791 #ifdef __cplusplus 801 #ifdef __cplusplus
792 } 802 }
793 #endif 803 #endif