aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-history-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a ton of 'warning: function declaration isn’t a prototype'Xan Lopez2012-11-051-2/+2
| | | | | | | | | New warning flags have been added to gnome-common recently, and we were getting this a lot. Turns out in C 'foo ()' is not the same than 'foo (void)'; the first just means that no information is given about the number of arguments, the second means the function has exactly zero arguments, so add the 'void' thing all over the place when needed.
* ephy-history-service: make the async API cancellableClaudio Saavedra2012-03-131-17/+17
| | | | | | | | | | | The main purpose of the cancellable API in ephy-history-service is to let the user notify when the results of the operation are no longer needed and the callback call can be omitted. Since performing a read operation, in such cases, makes no sense, we cancel them altogether. However, given the nature of the service, we don't cancel write operations. https://bugzilla.gnome.org/show_bug.cgi?id=671901
* ephy-history-test: small style tweaksXan Lopez2012-03-071-10/+9
|
* tests: add a test for ephy_history_service_clearXan Lopez2012-03-071-0/+49
|
* ephy-history-test: add emacs modelineXan Lopez2012-03-071-0/+1
|
* Rename the new tests to be foo-test.cXan Lopez2012-03-071-0/+448