# HG changeset patch # User Mark Doliner # Date 1314858587 0 # Node ID 4676bbc64e36ab7d5b4d32ef6327a5c78bb5f6b5 # Parent fa7f057f506addd9b412a6d35fa229de3be97d3e Hide GtkIMHtmlFontDetail diff -r fa7f057f506a -r 4676bbc64e36 ChangeLog.API --- a/ChangeLog.API Thu Sep 01 06:15:23 2011 +0000 +++ b/ChangeLog.API Thu Sep 01 06:29:47 2011 +0000 @@ -82,6 +82,7 @@ * _XMLNodeType * GtkIMHtml.clipboard_html_string * GtkIMHtml.clipboard_text_string + * GtkIMHtmlFontDetail * pidgin_blist_update_account_error_state * pidgin_check_if_dir * PIDGIN_DIALOG diff -r fa7f057f506a -r 4676bbc64e36 pidgin/gtkimhtml.c --- a/pidgin/gtkimhtml.c Thu Sep 01 06:15:23 2011 +0000 +++ b/pidgin/gtkimhtml.c Thu Sep 01 06:29:47 2011 +0000 @@ -90,8 +90,7 @@ GtkTextTag *tag; }; -typedef struct _GtkIMHtmlProtocol -{ +typedef struct { char *name; int length; @@ -99,7 +98,8 @@ gboolean (*context_menu)(GtkIMHtml *imhtml, GtkIMHtmlLink *link, GtkWidget *menu); } GtkIMHtmlProtocol; -typedef struct _GtkIMHtmlFontDetail { +/* The five elements contained in a FONT tag */ +typedef struct { gushort size; gchar *face; gchar *fore; diff -r fa7f057f506a -r 4676bbc64e36 pidgin/gtkimhtml.h --- a/pidgin/gtkimhtml.h Thu Sep 01 06:15:23 2011 +0000 +++ b/pidgin/gtkimhtml.h Thu Sep 01 06:29:47 2011 +0000 @@ -50,9 +50,6 @@ typedef struct _GtkIMHtml GtkIMHtml; typedef struct _GtkIMHtmlClass GtkIMHtmlClass; -#if !(defined PIDGIN_DISABLE_DEPRECATED) && !(defined _PIDGIN_GTKIMHTML_C_) -typedef struct _GtkIMHtmlFontDetail GtkIMHtmlFontDetail; /* The five elements contained in a FONT tag */ -#endif typedef struct _GtkSmileyTree GtkSmileyTree; typedef struct _GtkIMHtmlSmiley GtkIMHtmlSmiley; typedef struct _GtkIMHtmlScalable GtkIMHtmlScalable;