comparison 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
comparison
equal deleted inserted replaced
15822:84b0f9b23ede 15823:32c366eeeb99
1 /** 1 /**
2 * @file gtkwhiteboard.h The PidginWhiteboard frontend object 2 * @file gtkwhiteboard.h The PidginWhiteboard frontend object
3 * 3 *
4 * gaim 4 * purple
5 * 5 *
6 * Pidgin is the legal property of its developers, whose names are too numerous 6 * Pidgin is the legal property of its developers, whose names are too numerous
7 * to list here. Please refer to the COPYRIGHT file distributed with this 7 * to list here. Please refer to the COPYRIGHT file distributed with this
8 * source distribution. 8 * source distribution.
9 * 9 *
43 /** 43 /**
44 * A PidginWhiteboard 44 * A PidginWhiteboard
45 */ 45 */
46 typedef struct _PidginWhiteboard 46 typedef struct _PidginWhiteboard
47 { 47 {
48 GaimWhiteboard *wb; /**< backend data for this whiteboard */ 48 PurpleWhiteboard *wb; /**< backend data for this whiteboard */
49 49
50 GtkWidget *window; /**< Window for the Doodle session */ 50 GtkWidget *window; /**< Window for the Doodle session */
51 GtkWidget *drawing_area; /**< Drawing area */ 51 GtkWidget *drawing_area; /**< Drawing area */
52 52
53 GdkPixmap *pixmap; /**< Memory for drawing area */ 53 GdkPixmap *pixmap; /**< Memory for drawing area */
70 /** 70 /**
71 * Gets the GtkWhiteboard UI Operations. 71 * Gets the GtkWhiteboard UI Operations.
72 * 72 *
73 * @return The GtkWhiteboard UI Operations. 73 * @return The GtkWhiteboard UI Operations.
74 */ 74 */
75 GaimWhiteboardUiOps *pidgin_whiteboard_get_ui_ops( void ); 75 PurpleWhiteboardUiOps *pidgin_whiteboard_get_ui_ops( void );
76 76
77 /*@}*/ 77 /*@}*/
78 78
79 #ifdef __cplusplus 79 #ifdef __cplusplus
80 } 80 }