File: stopgap.vapi

package info (click to toggle)
gnome-usage 48.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,340 kB
  • sloc: sh: 33; xml: 27; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
[CCode (cprefix = "", lower_case_cprefix = "")]
namespace StopGap {

    [CCode (cheader_filename = "fcntl.h")]
    public const int O_DIRECTORY;
    [CCode (cheader_filename = "fcntl.h")]
    public const int O_CLOEXEC;
    [CCode (cheader_filename = "fcntl.h")]
    public const int AT_FDCWD;
    [CCode (cheader_filename = "fcntl.h", feature_test_macro = "_GNU_SOURCE")]
    public int openat (int dirfd, string path, int oflag, Posix.mode_t mode=0);

}