diff src/gtkutils.h @ 5676:dae79aefac8d

[gaim-migrate @ 6094] I've been meaning to do this for a LONG time. The conversation API now follows the naming convention of the rest of the new APIs. I'll get some g_return_*_if_fail() checks in there soon. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Mon, 02 Jun 2003 21:51:06 +0000
parents 213e999fa5cc
children 059d95c67cda
line wrap: on
line diff
--- a/src/gtkutils.h	Mon Jun 02 21:14:50 2003 +0000
+++ b/src/gtkutils.h	Mon Jun 02 21:51:06 2003 +0000
@@ -44,7 +44,7 @@
  * @param pre     The prefix string.
  * @param post    The postfix string.
  */
-void gaim_gtk_surround(struct gaim_gtk_conversation *gtkconv,
+void gaim_gtk_surround(GaimGtkConversation *gtkconv,
 					   const char *pre, const char *post);
 
 /**
@@ -54,7 +54,7 @@
  * @param pre     The prefix string.
  * @param post    The postfix string.
  */
-void gaim_gtk_advance_past(struct gaim_gtk_conversation *gtkconv,
+void gaim_gtk_advance_past(GaimGtkConversation *gtkconv,
 						   const char *pre, const char *post);
 
 /**
@@ -63,7 +63,7 @@
  * @param conv The conversation.
  * @param font The new font.
  */
-void gaim_gtk_set_font_face(struct gaim_gtk_conversation *gtkconv,
+void gaim_gtk_set_font_face(GaimGtkConversation *gtkconv,
 							const char *font);
 
 /**
@@ -72,7 +72,7 @@
  * @param obj  @c NULL
  * @param conv The conversation.
  */
-void gaim_gtk_save_icon_dialog(GtkObject *obj, struct gaim_conversation *conv);
+void gaim_gtk_save_icon_dialog(GtkObject *obj, GaimConversation *conv);
 
 /**
  * Returns the display style for buttons for the specified conversation