add_file


Description:

public async void add_file (string file) throws Error

Add the file contents to the GPasteDaemon

Parameters:

this

a Client instance

file

the file to add

callback

A TaskReadyCallback to call when the request is satisfied or null if you don't care about the result of the method invocation.

user_data

The data to pass to callback.