105 GString *result = NULL ;
108 g_return_val_if_fail (a_this, NULL) ;
113 result =g_string_new (NULL) ;
117 g_string_append_printf (result,
"line:%d ",
121 g_string_append_printf (result,
"column:%d ",
125 g_string_append_printf (result,
"byte offset:%d ",
130 g_string_free (result, FALSE) ;
132 g_string_free (result, TRUE) ;
150 g_return_if_fail (a_this && a_fp) ;
153 fprintf (a_fp,
"%s", str) ;
169 g_return_if_fail (a_this) ;