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,
|
GAsyncResult *result,
|
||||||
GError **error);
|
GError **error);
|
||||||
gboolean _sysprof_document_is_native (SysprofDocument *self);
|
gboolean _sysprof_document_is_native (SysprofDocument *self);
|
||||||
char *_sysprof_document_ref_string (SysprofDocument *self,
|
GRefString *_sysprof_document_ref_string (SysprofDocument *self,
|
||||||
const char *name);
|
const char *name);
|
||||||
GtkBitset *_sysprof_document_traceables (SysprofDocument *self);
|
GtkBitset *_sysprof_document_traceables (SysprofDocument *self);
|
||||||
|
|
||||||
|
|||||||
@ -525,7 +525,7 @@ _sysprof_document_new_finish (GAsyncResult *result,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *
|
GRefString *
|
||||||
_sysprof_document_ref_string (SysprofDocument *self,
|
_sysprof_document_ref_string (SysprofDocument *self,
|
||||||
const char *name)
|
const char *name)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user