summaryrefslogtreecommitdiff
path: root/modules/print.h
blob: e70d05c3483caec80dc317fb394b40c63bc300a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
// SPDX-FileCopyrightText: 2020 Evan Welsh <contact@evanwelsh.com>

#ifndef MODULES_PRINT_H_
#define MODULES_PRINT_H_

#include <config.h>

#include <js/TypeDecls.h>

#include "gjs/macros.h"

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

#endif  // MODULES_PRINT_H_