mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: make return type GRefString
This commit is contained in:
@ -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);
|
||||
|
||||
|
||||
@ -525,7 +525,7 @@ _sysprof_document_new_finish (GAsyncResult *result,
|
||||
return ret;
|
||||
}
|
||||
|
||||
char *
|
||||
GRefString *
|
||||
_sysprof_document_ref_string (SysprofDocument *self,
|
||||
const char *name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user