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

@ -42,7 +42,7 @@ gboolean _sysprof_document_symbolize_finish (SysprofDocument *self,
GAsyncResult *result,
GError **error);
gboolean _sysprof_document_is_native (SysprofDocument *self);
char *_sysprof_document_ref_string (SysprofDocument *self,
GRefString *_sysprof_document_ref_string (SysprofDocument *self,
const char *name);
GtkBitset *_sysprof_document_traceables (SysprofDocument *self);

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)
{