mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-analyze: mark refstring in prototypes
This commit is contained in:
@ -25,8 +25,8 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
SysprofSymbol *_sysprof_symbol_new (char *name,
|
||||
char *binary_nick,
|
||||
char *binary_path);
|
||||
SysprofSymbol *_sysprof_symbol_new (GRefString *name,
|
||||
GRefString *binary_nick,
|
||||
GRefString *binary_path);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
Reference in New Issue
Block a user