Function
ShellPerfReplayFunction
Declaration
void
(* ShellPerfReplayFunction) (
  gint64 time,
  const char* name,
  const char* signature,
  GValue* arg,
  gpointer user_data
)
Parameters
- time
- 
            Type: gint64No description available. 
- name
- 
            Type: const char*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- signature
- 
            Type: const char*No description available. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- arg
- 
            Type: GValueNo description available. The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerNo description available. The argument can be NULL.The data is owned by the caller of the function.