pidgin/gtkwhiteboard.h

changeset 42464
5de142a471e0
parent 41124
95555046173e
child 42620
72178a341eb8
equal deleted inserted replaced
42463:2cde2ccea465 42464:5de142a471e0
24 #endif 24 #endif
25 25
26 #ifndef _PIDGINWHITEBOARD_H_ 26 #ifndef _PIDGINWHITEBOARD_H_
27 #define _PIDGINWHITEBOARD_H_ 27 #define _PIDGINWHITEBOARD_H_
28 28
29 #include "pidginversion.h"
30
29 G_BEGIN_DECLS 31 G_BEGIN_DECLS
30 32
31 /*****************************************************************************/ 33 /*****************************************************************************/
32 /* PidginWhiteboard API */ 34 /* PidginWhiteboard API */
33 /*****************************************************************************/ 35 /*****************************************************************************/
36 * pidgin_whiteboard_get_ui_ops: 38 * pidgin_whiteboard_get_ui_ops:
37 * 39 *
38 * Gets the GtkWhiteboard UI Operations. 40 * Gets the GtkWhiteboard UI Operations.
39 * 41 *
40 * Returns: The GtkWhiteboard UI Operations. 42 * Returns: The GtkWhiteboard UI Operations.
43 *
44 * Since: 2.0.0
41 */ 45 */
46 PIDGIN_AVAILABLE_IN_ALL
42 PurpleWhiteboardUiOps *pidgin_whiteboard_get_ui_ops(void); 47 PurpleWhiteboardUiOps *pidgin_whiteboard_get_ui_ops(void);
43 48
44 G_END_DECLS 49 G_END_DECLS
45 50
46 #endif /* _PIDGINWHITEBOARD_H_ */ 51 #endif /* _PIDGINWHITEBOARD_H_ */

mercurial