comparison pidgin/gtkimhtml.h @ 18043:6b7b13adb9b1

propagate from branch 'im.pidgin.pidgin' (head ac83216c7b78e652b47f1fd0bcb91f1eaf2cdf36) to branch 'im.pidgin.pidgin.2.1.0' (head 30a48520e9bc26b0d3914edad456b063cd6cf9fe)
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Mon, 04 Jun 2007 23:48:54 +0000
parents 674d8bc2b980 274ceb453176
children 1f6599cd2d2b
comparison
equal deleted inserted replaced
18036:ee9f7ee0be66 18043:6b7b13adb9b1
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 #include "gtksourceundomanager.h" 30 #include "gtksourceundomanager.h"
31
32 #include "connection.h"
31 33
32 #ifdef __cplusplus 34 #ifdef __cplusplus
33 extern "C" { 35 extern "C" {
34 #endif 36 #endif
35 37
788 * 790 *
789 * @return A string containing the unformatted text. 791 * @return A string containing the unformatted text.
790 */ 792 */
791 char *gtk_imhtml_get_text(GtkIMHtml *imhtml, GtkTextIter *start, GtkTextIter *stop); 793 char *gtk_imhtml_get_text(GtkIMHtml *imhtml, GtkTextIter *start, GtkTextIter *stop);
792 794
795 /**
796 * Setup formatting for an imhtml depending on the flags specified.
797 *
798 * @param imhtml The GTK+ IM/HTML.
799 * @param flags The connection flag which describes the allowed types of formatting.
800 */
801 void gtk_imhtml_setup_entry(GtkIMHtml *imhtml, PurpleConnectionFlags flags);
802
793 /*@}*/ 803 /*@}*/
794 804
795 #ifdef __cplusplus 805 #ifdef __cplusplus
796 } 806 }
797 #endif 807 #endif