diff pidgin/gtkwhiteboard.h @ 15823:32c366eeeb99

sed -ie 's/gaim/purple/g'
author Sean Egan <seanegan@gmail.com>
date Mon, 19 Mar 2007 07:01:17 +0000
parents 535f002e7b0f
children 66dff3dfdea6
line wrap: on
line diff
--- a/pidgin/gtkwhiteboard.h	Mon Mar 19 06:11:46 2007 +0000
+++ b/pidgin/gtkwhiteboard.h	Mon Mar 19 07:01:17 2007 +0000
@@ -1,7 +1,7 @@
 /**
  * @file gtkwhiteboard.h The PidginWhiteboard frontend object
  *
- * gaim
+ * purple
  *
  * Pidgin is the legal property of its developers, whose names are too numerous
  * to list here.  Please refer to the COPYRIGHT file distributed with this
@@ -45,7 +45,7 @@
  */
 typedef struct _PidginWhiteboard
 {
-	GaimWhiteboard *wb;      /**< backend data for this whiteboard */
+	PurpleWhiteboard *wb;      /**< backend data for this whiteboard */
 
 	GtkWidget *window;       /**< Window for the Doodle session */
 	GtkWidget *drawing_area; /**< Drawing area */
@@ -72,7 +72,7 @@
  *
  * @return The GtkWhiteboard UI Operations.
  */
-GaimWhiteboardUiOps *pidgin_whiteboard_get_ui_ops( void );
+PurpleWhiteboardUiOps *pidgin_whiteboard_get_ui_ops( void );
 
 /*@}*/