File: gio-2.0-workaround.vapi

package info (click to toggle)
gnome-boxes 3.14.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,640 kB
  • ctags: 18,130
  • sloc: ansic: 166,927; sh: 11,537; makefile: 622; xml: 96
file content (6 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
// Workaround non-working GLib.g_io_error_from_errno
[CCode (cheader_filename = "gio/gio.h")]
public const int G_IO_ERROR;

[CCode (cheader_filename = "gio/gio.h")]
public int g_io_error_from_errno (int err_no);