mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
13 lines
371 B
Diff
13 lines
371 B
Diff
|
--- ./Source/WTF/wtf/glib/GRefPtr.h.orig 2020-03-04 11:16:37.000000000 -0600
|
||
|
+++ ./Source/WTF/wtf/glib/GRefPtr.h 2021-04-04 13:49:13.487944604 -0500
|
||
|
@@ -29,9 +29,6 @@
|
||
|
#include <wtf/RefPtr.h>
|
||
|
#include <algorithm>
|
||
|
|
||
|
-extern "C" void g_object_unref(gpointer);
|
||
|
-extern "C" gpointer g_object_ref_sink(gpointer);
|
||
|
-
|
||
|
namespace WTF {
|
||
|
|
||
|
enum GRefPtrAdoptType { GRefPtrAdopt };
|