| 234 } |
234 } |
| 235 |
235 |
| 236 static void |
236 static void |
| 237 do_regex(PidginDebugWindow *win, GtkTextIter *start, GtkTextIter *end) |
237 do_regex(PidginDebugWindow *win, GtkTextIter *start, GtkTextIter *end) |
| 238 { |
238 { |
| 239 GError *error = NULL; |
|
| 240 GMatchInfo *match; |
239 GMatchInfo *match; |
| 241 gint initial_position; |
240 gint initial_position; |
| 242 gint start_pos, end_pos; |
241 gint start_pos, end_pos; |
| 243 GtkTextIter match_start, match_end; |
242 GtkTextIter match_start, match_end; |
| 244 gchar *text; |
243 gchar *text; |