libsysprof-analyze: make return type GRefString

This commit is contained in:
Christian Hergert
2023-05-15 12:46:46 -07:00
parent 11f0531591
commit fa55594e23
2 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ _sysprof_document_new_finish (GAsyncResult *result,
return ret;
}
char *
GRefString *
_sysprof_document_ref_string (SysprofDocument *self,
const char *name)
{