- 11月 21, 2019
-
-
由 Matthias Clasen 创作于
-
- 11月 19, 2019
-
-
由 Matthias Clasen 创作于
We forgot to pass these arguments to the portal. Oops.
-
由 Matthias Clasen 创作于
Its what we do in all other wrappers.
-
由 Matthias Clasen 创作于
The CreateSession call does not use a request object, fix things up so they work.
-
由 Matthias Clasen 创作于
This was not working in actual testing.
-
- 11月 03, 2019
-
-
由 Matthias Clasen 创作于
Gtk4
-
由 Matthias Clasen 创作于
-
由 Matthias Clasen 创作于
We're going to add a header for GTK4 too.
-
由 Matthias Clasen 创作于
-
- 10月 30, 2019
-
-
由 Matthias Clasen 创作于
-
- 10月 29, 2019
-
-
由 Matthias Clasen 创作于
Another attempt to fix the ci build
-
由 Matthias Clasen 创作于
-
由 Matthias Clasen 创作于
-
由 Matthias Clasen 创作于
Build libportal
-
- 10月 28, 2019
-
-
由 Matthias Clasen 创作于
-
由 Matthias Clasen 创作于
-
由 Matthias Clasen 创作于
-
由 Matthias Clasen 创作于
This is a new api in the OpenURI portal.
-
由 Matthias Clasen 创作于
-
由 Matthias Clasen 创作于
-
由 Matthias Clasen 创作于
-
- 10月 27, 2019
-
-
由 Matthias Clasen 创作于
This relies on the portal sending a Response signal, which was not the case before xdg-desktop-portal 1.5.2.
-
由 Matthias Clasen 创作于
Set a proper log id, etc.
-
由 Matthias Clasen 创作于
Without a finish callback, the api is just racy and hard to write reliable tests for.
-
- 10月 26, 2019
-
-
由 Matthias Clasen 创作于
The inhibit portal treats its Request object a bit different from the other portals. We don't get a Response signal here, and the object stays alive until we call Close on it. So, don't wait for Response to free the call data, otherwise we leak it.
-
由 Matthias Clasen 创作于
We handle cancellation ourselves, so no need to pass the cancellable to GTask.
-
- 10月 24, 2019
-
-
由 Matthias Clasen 创作于
This will eventually be moved to its own repo. For now, just disable it, so we can build libportal easier in xdg-desktop-portal ci.
-
由 Matthias Clasen 创作于
Fix cancellation handling of PreparePrint, and make sure nullable arguments can be NULL.
-
由 Matthias Clasen 创作于
This was missing from the filechooser apis.
-
由 Matthias Clasen 创作于
The save_file method was not accepting NULL as a parent.
-
- 10月 22, 2019
-
-
由 Matthias Clasen 创作于
-
由 Matthias Clasen 创作于
-
由 Matthias Clasen 创作于
-
- 10月 21, 2019
-
-
由 Matthias Clasen 创作于
g_variant_ref/unref are not NULL-safe.
-
- 10月 20, 2019
-
-
由 Matthias Clasen 创作于
We must return an error when the cancellable is triggered.
-
由 Matthias Clasen 创作于
Mark a return value as nullable.
-
由 Matthias Clasen 创作于
This lets us report better errors if calls are mismatched.
-
- 10月 19, 2019
-
-
由 Matthias Clasen 创作于
The ComposeEmail call can return errors (e.g. from option handling), and we need to handle it, since we won't get a Response signal in this case.
-
由 Matthias Clasen 创作于
It is possible for the GetUserInformation call to return an error, and we need to handle it, since we won't get a Response signal in this case.
-
- 10月 15, 2019
-
-
由 Matthias Clasen 创作于
It helps to export the public api.
-