[gjs/ewlsh/implicit-mainloop: 2/2] Implement implicit mainloop.
- From: Evan Welsh <ewlsh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs/ewlsh/implicit-mainloop: 2/2] Implement implicit mainloop.
- Date: Sat, 30 Jan 2021 20:25:40 +0000 (UTC)
commit be829cffd02fe964ea50b887129da05934658c28
Author: Evan Welsh <contact evanwelsh com>
Date: Sat Jan 30 12:25:21 2021 -0800
Implement implicit mainloop.
- Upgrade Jasmine for compat
gjs/promise.cpp | 4 ++++
gjs/promise.h | 4 ++++
2 files changed, 8 insertions(+)
---
diff --git a/gjs/promise.cpp b/gjs/promise.cpp
index e26b918f..ee4f4ae8 100644
--- a/gjs/promise.cpp
+++ b/gjs/promise.cpp
@@ -1,3 +1,7 @@
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
+// SPDX-FileCopyrightText: 2021 Evan Welsh
+
#include "promise.h"
#include "gjs/context-private.h"
diff --git a/gjs/promise.h b/gjs/promise.h
index 67bc8d1c..c7fc04c0 100644
--- a/gjs/promise.h
+++ b/gjs/promise.h
@@ -1,3 +1,7 @@
+/* -*- mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; -*- */
+// SPDX-License-Identifier: MIT OR LGPL-2.0-or-later
+// SPDX-FileCopyrightText: 2021 Evan Welsh
+
#include <glib.h>
#include <gio/gio.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]