diff src/gtkconv.h @ 4438:2054d8429925

[gaim-migrate @ 4713] Setting the font face in preferences works again. Thanks CmdrChalupa. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 28 Jan 2003 02:45:34 +0000
parents 31834b4598eb
children a65555132674
line wrap: on
line diff
--- a/src/gtkconv.h	Mon Jan 27 22:27:02 2003 +0000
+++ b/src/gtkconv.h	Tue Jan 28 02:45:34 2003 +0000
@@ -253,10 +253,20 @@
 /**
  * Updates the font colors of each conversation to the new colors
  * chosen in the prefs dialog.
+ *
+ * @param conv The conversation to update.
  */
 void gaim_gtkconv_update_font_colors(struct gaim_conversation *conv);
 
 /**
+ * Updates the font faces of each conversation to the new font
+ * face chosen in the prefs dialog.
+ *
+ * @param conv The conversation to update.
+ */
+void gaim_gtkconv_update_font_face(struct gaim_conversation *conv);
+
+/**
  * Updates the tab positions on all conversation windows to reflect any
  * changed preferences.
  */