Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a ton of 'warning: function declaration isn’t a prototype' | Xan Lopez | 2012-11-05 | 1 | -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 cancellable | Claudio Saavedra | 2012-03-13 | 1 | -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 tweaks | Xan Lopez | 2012-03-07 | 1 | -10/+9 |
| | |||||
* | tests: add a test for ephy_history_service_clear | Xan Lopez | 2012-03-07 | 1 | -0/+49 |
| | |||||
* | ephy-history-test: add emacs modeline | Xan Lopez | 2012-03-07 | 1 | -0/+1 |
| | |||||
* | Rename the new tests to be foo-test.c | Xan Lopez | 2012-03-07 | 1 | -0/+448 |