|  |  |  | Libbeagle Reference Manual |  | 
|---|---|---|---|---|
                    BeagleHitsAddedResponse;
GSList*             beagle_hits_added_response_get_hits (BeagleHitsAddedResponse *response);
int                 beagle_hits_added_response_get_num_matches
                                                        (BeagleHitsAddedResponse *response);
GSList* beagle_hits_added_response_get_hits (BeagleHitsAddedResponse *response);
Fetches the hits from the given BeagleHitsAddedResponse. The list should not be modified or freed.
| response: | a BeagleHitsAddedResponse | 
| Returns : | A list of BeagleHit. | 
int                 beagle_hits_added_response_get_num_matches
                                                        (BeagleHitsAddedResponse *response);
Fetches the total of matches for this query from the given BeagleHitsAddedResponse. The actual number of results returned is set by max-hits in BeagleQuery.
| response: | a BeagleHitsAddedResponse | 
| Returns : | Total number of actual matches. |