Commit 26aab58
committed
Manual updates for MR#1622
* [`gdk_pixbuf_format_get_extensions`]
> The array is `NULL`-terminated.
* [`gdk_pixbuf_format_get_mime_types`]
> The array is `NULL`-terminated.
* [`g_dbus_proxy_get_cached_property_names`]
> [...] `NULL` if the value is not in the cache.
* [`g_file_info_list_attributes`]
> [...] `NULL` on error.
==> but NULL as an error is only used for the case where `FileInfo` is NULL, which is not possible in Rust.
* [`g_tls_certificate_get_dns_names`]
> [...] `NULL` if it’s not available.
* [`g_tls_certificate_get_ip_addresses`]
> [...] `NULL` if it’s not available.
* [`pango_font_get_languages`]
> The array is `NULL`-terminated.
* [`pango_font_face_list_sizes`]
> This is only applicable to bitmap fonts. For scalable fonts, stores `NULL` at the location pointed to by sizes and `0` at the location pointed to by `n_sizes`.
* [`pango_language_get_preferred`](https://docs.gtk.org/Pango/type_func.Language.get_preferred.html)
> The array is `NULL`-terminated.
[`gdk_pixbuf_format_get_extensions`]: https://docs.gtk.org/gdk-pixbuf/method.PixbufFormat.get_extensions.html
[`gdk_pixbuf_format_get_mime_types`]: https://docs.gtk.org/gdk-pixbuf/method.PixbufFormat.get_mime_types.html
[`g_dbus_proxy_get_cached_property_names`]: https://docs.gtk.org/gio/method.DBusProxy.get_cached_property.html
[`g_file_info_list_attributes`]: https://docs.gtk.org/gio/method.FileInfo.list_attributes.html
[`g_tls_certificate_get_dns_names`]: https://docs.gtk.org/gio/method.TlsCertificate.get_dns_names.html
[`g_tls_certificate_get_ip_addresses`]: https://docs.gtk.org/gio/method.TlsCertificate.get_ip_addresses.html
[`pango_font_get_languages`]: https://docs.gtk.org/Pango/method.Font.get_languages.html
[`pango_font_face_list_sizes`]: https://docs.gtk.org/Pango/method.FontFace.list_sizes.html
[`pango_language_get_preferred`]: https://docs.gtk.org/Pango/type_func.Language.get_preferred.html1 parent b0dee47 commit 26aab58
2 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
| |||
931 | 930 | | |
932 | 931 | | |
933 | 932 | | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
934 | 938 | | |
935 | 939 | | |
936 | 940 | | |
| |||
1496 | 1500 | | |
1497 | 1501 | | |
1498 | 1502 | | |
| 1503 | + | |
| 1504 | + | |
| 1505 | + | |
| 1506 | + | |
| 1507 | + | |
| 1508 | + | |
| 1509 | + | |
| 1510 | + | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
| 1514 | + | |
| 1515 | + | |
| 1516 | + | |
1499 | 1517 | | |
1500 | 1518 | | |
1501 | 1519 | | |
| |||
0 commit comments