summaryrefslogtreecommitdiff
path: root/modules/system.h
blob: 791b91062f47be89b3d33ff68c386e79b0fa9458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2008 litl, LLC
// SPDX-FileCopyrightText: 2012 Red Hat, Inc.

#ifndef MODULES_SYSTEM_H_
#define MODULES_SYSTEM_H_

#include <config.h>

#include <js/TypeDecls.h>

#include "gjs/macros.h"

GJS_JSAPI_RETURN_CONVENTION
bool gjs_js_define_system_stuff(JSContext              *context,
                                JS::MutableHandleObject module);

#endif  // MODULES_SYSTEM_H_