| 37 (purple_conversation_get_ui_ops(conv) == \ |
37 (purple_conversation_get_ui_ops(conv) == \ |
| 38 pidgin_conversations_get_conv_ui_ops()) |
38 pidgin_conversations_get_conv_ui_ops()) |
| 39 |
39 |
| 40 #include <purple.h> |
40 #include <purple.h> |
| 41 |
41 |
| |
42 #include "pidginversion.h" |
| |
43 |
| 42 /************************************************************************** |
44 /************************************************************************** |
| 43 * Structures |
45 * Structures |
| 44 **************************************************************************/ |
46 **************************************************************************/ |
| 45 |
47 |
| 46 /** |
48 /** |
| 74 * pidgin_conversations_get_conv_ui_ops: |
76 * pidgin_conversations_get_conv_ui_ops: |
| 75 * |
77 * |
| 76 * Returns the UI operations structure for GTK conversations. |
78 * Returns the UI operations structure for GTK conversations. |
| 77 * |
79 * |
| 78 * Returns: The GTK conversation operations structure. |
80 * Returns: The GTK conversation operations structure. |
| |
81 * |
| |
82 * Since: 2.0.0 |
| 79 */ |
83 */ |
| |
84 PIDGIN_AVAILABLE_IN_ALL |
| 80 PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void); |
85 PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void); |
| 81 |
86 |
| 82 /**************************************************************************/ |
87 /**************************************************************************/ |
| 83 /* GTK Conversations Subsystem */ |
88 /* GTK Conversations Subsystem */ |
| 84 /**************************************************************************/ |
89 /**************************************************************************/ |
| 87 * pidgin_conversations_get_handle: |
92 * pidgin_conversations_get_handle: |
| 88 * |
93 * |
| 89 * Returns the gtk conversations subsystem handle. |
94 * Returns the gtk conversations subsystem handle. |
| 90 * |
95 * |
| 91 * Returns: The conversations subsystem handle. |
96 * Returns: The conversations subsystem handle. |
| |
97 * |
| |
98 * Since: 2.0.0 |
| 92 */ |
99 */ |
| |
100 PIDGIN_AVAILABLE_IN_ALL |
| 93 void *pidgin_conversations_get_handle(void); |
101 void *pidgin_conversations_get_handle(void); |
| 94 |
102 |
| 95 /** |
103 /** |
| 96 * pidgin_conversations_init: |
104 * pidgin_conversations_init: |
| 97 * |
105 * |
| 98 * Initializes the GTK conversations subsystem. |
106 * Initializes the GTK conversations subsystem. |
| |
107 * |
| |
108 * Since: 2.0.0 |
| 99 */ |
109 */ |
| |
110 PIDGIN_AVAILABLE_IN_ALL |
| 100 void pidgin_conversations_init(void); |
111 void pidgin_conversations_init(void); |
| 101 |
112 |
| 102 /** |
113 /** |
| 103 * pidgin_conversations_uninit: |
114 * pidgin_conversations_uninit: |
| 104 * |
115 * |
| 105 * Uninitialized the GTK conversation subsystem. |
116 * Uninitialized the GTK conversation subsystem. |
| |
117 * |
| |
118 * Since: 2.0.0 |
| 106 */ |
119 */ |
| |
120 PIDGIN_AVAILABLE_IN_ALL |
| 107 void pidgin_conversations_uninit(void); |
121 void pidgin_conversations_uninit(void); |
| 108 |
122 |
| 109 G_END_DECLS |
123 G_END_DECLS |
| 110 |
124 |
| 111 #endif /* _PIDGIN_CONVERSATION_H_ */ |
125 #endif /* _PIDGIN_CONVERSATION_H_ */ |