Mercurial > pidgin
changeset 32009:4676bbc64e36
Hide GtkIMHtmlFontDetail
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 01 Sep 2011 06:29:47 +0000 |
parents | fa7f057f506a |
children | c66910c13433 |
files | ChangeLog.API pidgin/gtkimhtml.c pidgin/gtkimhtml.h |
diffstat | 3 files changed, 4 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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;
--- 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;