BeagleSnippetResponse

BeagleSnippetResponse

Synopsis

struct              BeagleSnippetResponse;
const char *        beagle_snippet_response_get_snippet (BeagleSnippetResponse *response);

Object Hierarchy

  GObject
   +----BeagleResponse
         +----BeagleSnippetResponse

Description

Details

struct BeagleSnippetResponse

struct BeagleSnippetResponse;


beagle_snippet_response_get_snippet ()

const char *        beagle_snippet_response_get_snippet (BeagleSnippetResponse *response);

Fetches the snippet from the given BeagleSnippetResponse.

response :

a BeagleSnippetResponse

Returns :

the snippet string from the BeagleSnippetResponse.