| 47 * |
47 * |
| 48 * See also [func@text_buffer_get_html_range]. |
48 * See also [func@text_buffer_get_html_range]. |
| 49 * |
49 * |
| 50 * Returns: (transfer full) (nullable): The HTML string, which could be empty. |
50 * Returns: (transfer full) (nullable): The HTML string, which could be empty. |
| 51 * |
51 * |
| 52 * Since: 3.0.0 |
52 * Since: 3.0 |
| 53 */ |
53 */ |
| 54 PIDGIN_AVAILABLE_IN_3_0 |
54 PIDGIN_AVAILABLE_IN_3_0 |
| 55 char *pidgin_text_buffer_get_html(GtkTextBuffer *buffer); |
55 char *pidgin_text_buffer_get_html(GtkTextBuffer *buffer); |
| 56 |
56 |
| 57 /** |
57 /** |
| 66 * |
66 * |
| 67 * See also [func@text_buffer_get_html]. |
67 * See also [func@text_buffer_get_html]. |
| 68 * |
68 * |
| 69 * Returns: (transfer full) (nullable): The HTML string, which could be empty. |
69 * Returns: (transfer full) (nullable): The HTML string, which could be empty. |
| 70 * |
70 * |
| 71 * Since: 3.0.0 |
71 * Since: 3.0 |
| 72 */ |
72 */ |
| 73 PIDGIN_AVAILABLE_IN_3_0 |
73 PIDGIN_AVAILABLE_IN_3_0 |
| 74 char *pidgin_text_buffer_get_html_range(GtkTextBuffer *buffer, GtkTextIter *start, GtkTextIter *end); |
74 char *pidgin_text_buffer_get_html_range(GtkTextBuffer *buffer, GtkTextIter *start, GtkTextIter *end); |
| 75 |
75 |
| 76 G_END_DECLS |
76 G_END_DECLS |