Function

Cog.DirectoryFilesHandler.new

Declaration [src]

CogRequestHandler*
cog_directory_files_handler_new (
  GFile* base_path
)

Description [src]

Create a new handler.

Parameters

base_path GFile*
 

Base directory where to search for files.

 Ownership is not transferred to the callee

Return value

Returns: CogRequestHandler

A directory files handler.

Ownership of the data is transferred to the caller