Method

GioFileInfoset_name

Declaration

void
g_file_info_set_name (
  GFileInfo* info,
  const char* name
)

Description

Sets the name attribute for the current GFileInfo. See G_FILE_ATTRIBUTE_STANDARD_NAME.

Parameters

name

Type: const char*

A string containing a name.

The data is owned by the caller of the function.
The value is a file system path, using the OS encoding.