| 69 * |
69 * |
| 70 * Returns the gtk requests subsystem handle. |
70 * Returns the gtk requests subsystem handle. |
| 71 * |
71 * |
| 72 * Returns: The requests subsystem handle. |
72 * Returns: The requests subsystem handle. |
| 73 * |
73 * |
| 74 * Since: 3.0.0 |
74 * Since: 3.0 |
| 75 */ |
75 */ |
| 76 PIDGIN_AVAILABLE_IN_3_0 |
76 PIDGIN_AVAILABLE_IN_3_0 |
| 77 void *pidgin_request_get_handle(void); |
77 void *pidgin_request_get_handle(void); |
| 78 |
78 |
| 79 /** |
79 /** |
| 80 * pidgin_request_init: |
80 * pidgin_request_init: |
| 81 * |
81 * |
| 82 * Initializes the GTK requests subsystem. |
82 * Initializes the GTK requests subsystem. |
| 83 * |
83 * |
| 84 * Since: 3.0.0 |
84 * Since: 3.0 |
| 85 */ |
85 */ |
| 86 PIDGIN_AVAILABLE_IN_3_0 |
86 PIDGIN_AVAILABLE_IN_3_0 |
| 87 void pidgin_request_init(void); |
87 void pidgin_request_init(void); |
| 88 |
88 |
| 89 /** |
89 /** |
| 90 * pidgin_request_uninit: |
90 * pidgin_request_uninit: |
| 91 * |
91 * |
| 92 * Uninitializes the GTK requests subsystem. |
92 * Uninitializes the GTK requests subsystem. |
| 93 * |
93 * |
| 94 * Since: 3.0.0 |
94 * Since: 3.0 |
| 95 */ |
95 */ |
| 96 PIDGIN_AVAILABLE_IN_3_0 |
96 PIDGIN_AVAILABLE_IN_3_0 |
| 97 void pidgin_request_uninit(void); |
97 void pidgin_request_uninit(void); |
| 98 |
98 |
| 99 G_END_DECLS |
99 G_END_DECLS |