BeagleSnippetResponse

BeagleSnippetResponse

Synopsis




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


Object Hierarchy


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

Description

Details

BeagleSnippetResponse

typedef struct _BeagleSnippetResponse 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.