unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob b6b157dfd3473950df166daff7eab3bca82484cf 1191 bytes (raw)
name: src/xwidget-webkit.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
/* WebkitGTK xwidget for embedding a graphical web browser.

Copyright (C) 2011-2024 Free Software Foundation, Inc.

This file is part of GNU Emacs.

GNU Emacs is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or (at
your option) any later version.

GNU Emacs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with GNU Emacs.  If not, see <https://www.gnu.org/licenses/>.  */

#ifndef XWIDGET_WEBKIT_H_INCLUDED
#define XWIDGET_WEBKIT_H_INCLUDED

#include "xwidget.h"

#ifdef HAVE_XWIDGETS
void xwidget_webkit_make_widget (struct xwidget *xw, Lisp_Object related);
void xwidget_webkit_connect_signals (struct xwidget *xw);
void syms_of_xwidget_webkit (void);
#ifdef HAVE_PGTK
Emacs_Cursor
xwidget_webkit_cursor_for_hit (guint result, struct frame *frame);
#endif
#endif

#endif /* XWIDGET_WEBKIT_H_INCLUDED */

debug log:

solving b6b157dfd34 ...
found b6b157dfd34 in https://yhetil.org/emacs-devel/1998.92895050056$1720850229@news.gmane.org/

applying [1/1] https://yhetil.org/emacs-devel/1998.92895050056$1720850229@news.gmane.org/
diff --git a/src/xwidget-webkit.h b/src/xwidget-webkit.h
new file mode 100644
index 00000000000..b6b157dfd34

Checking patch src/xwidget-webkit.h...
Applied patch src/xwidget-webkit.h cleanly.

index at:
100644 b6b157dfd3473950df166daff7eab3bca82484cf	src/xwidget-webkit.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).