pidgin/gtkimhtml.h

changeset 32150
771effb35c33
parent 32148
73329b082d7d
child 32291
394209616656
child 32438
dc8991868906
equal deleted inserted replaced
32149:b9712ee01305 32150:771effb35c33
152 void (*undo)(GtkIMHtml *); 152 void (*undo)(GtkIMHtml *);
153 void (*redo)(GtkIMHtml *); 153 void (*redo)(GtkIMHtml *);
154 GList *protocols; /* List of GtkIMHtmlProtocol's */ 154 GList *protocols; /* List of GtkIMHtmlProtocol's */
155 }; 155 };
156 156
157 #if !(defined PIDGIN_DISABLE_DEPRECATED) && !(defined _PIDGIN_GTKIMHTML_C_)
158 /** @deprecated as of 2.7.10 */
159 struct _GtkIMHtmlFontDetail {
160 gushort size;
161 gchar *face;
162 gchar *fore;
163 gchar *back;
164 gchar *bg;
165 gchar *sml;
166 gboolean underline;
167 gshort bold;
168 };
169 #endif
170
171 struct _GtkSmileyTree { 157 struct _GtkSmileyTree {
172 GString *values; 158 GString *values;
173 GtkSmileyTree **children; 159 GtkSmileyTree **children;
174 GtkIMHtmlSmiley *image; 160 GtkIMHtmlSmiley *image;
175 }; 161 };

mercurial