Mercurial > pidgin
diff finch/gntconv.h @ 15822:32c366eeeb99
sed -ie 's/gaim/purple/g'
| author | Sean Egan <seanegan@gmail.com> |
|---|---|
| date | Mon, 19 Mar 2007 07:01:17 +0000 |
| parents | 0e3a8505ebbe |
| children | 66dff3dfdea6 |
line wrap: on
line diff
--- a/finch/gntconv.h Mon Mar 19 06:11:46 2007 +0000 +++ b/finch/gntconv.h Mon Mar 19 07:01:17 2007 +0000 @@ -2,9 +2,9 @@ * @file gntconv.h GNT Conversation API * @ingroup gntui * - * gaim + * purple * - * Gaim is the legal property of its developers, whose names are too numerous + * Purple is the legal property of its developers, whose names are too numerous * to list here. Please refer to the COPYRIGHT file distributed with this * source distribution. * @@ -42,7 +42,7 @@ struct _FinchConv { GList *list; - GaimConversation *active_conv; + PurpleConversation *active_conv; GntWidget *window; /* the container */ GntWidget *entry; /* entry */ @@ -68,9 +68,9 @@ /** * Get the ui-functions. * - * @return The GaimConversationUiOps populated with the appropriate functions. + * @return The PurpleConversationUiOps populated with the appropriate functions. */ -GaimConversationUiOps *finch_conv_get_ui_ops(void); +PurpleConversationUiOps *finch_conv_get_ui_ops(void); /** * Perform the necessary initializations. @@ -87,7 +87,7 @@ * * @param conv The conversation to make active. */ -void finch_conversation_set_active(GaimConversation *conv); +void finch_conversation_set_active(PurpleConversation *conv); /*@}*/
