get_element_at_index


Description:

public async ClientItem get_element_at_index (uint64 index) throws Error

Get an item from the GPasteDaemon

Parameters:

this

a Client instance

index

the index of the element we want to get

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.