[geany/geany] c6f1fa: plugin api: export scnotification_get_type

Thomas Martitz git-noreply at xxxxx
Wed Jun 22 14:18:35 UTC 2016


Branch:      refs/heads/master
Author:      Thomas Martitz <kugel at rockbox.org>
Committer:   Thomas Martitz <kugel at rockbox.org>
Date:        Wed, 22 Jun 2016 14:18:35 UTC
Commit:      c6f1fadf0bd1517ae426f71fc702e691f1050f21
             https://github.com/geany/geany/commit/c6f1fadf0bd1517ae426f71fc702e691f1050f21

Log Message:
-----------
plugin api: export scnotification_get_type

Updated scintilla_changes.patch accordingly


Modified Paths:
--------------
    scintilla/gtk/ScintillaGTK.cxx
    scintilla/scintilla_changes.patch

Modified: scintilla/gtk/ScintillaGTK.cxx
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -3250,6 +3250,7 @@ void scintilla_release_resources(void) {
 static void *copy_(void *src) { return src; }
 static void free_(void *doc) { }
 
+GEANY_API_SYMBOL
 GType scnotification_get_type(void) {
 	static gsize type_id = 0;
 	if (g_once_init_enter(&type_id)) {


Modified: scintilla/scintilla_changes.patch
8 lines changed, 8 insertions(+), 0 deletions(-)
===================================================================
@@ -50,6 +50,14 @@ index 0871ca2..49dc278 100644
  GtkWidget *scintilla_object_new() {
  	return scintilla_new();
  }
+@@ -3250,6 +3250,7 @@ void scintilla_release_resources(void) {
+ static void *copy_(void *src) { return src; }
+ static void free_(void *doc) { }
+ 
++GEANY_API_SYMBOL
+ GType scnotification_get_type(void) {
+ 	static gsize type_id = 0;
+ 	if (g_once_init_enter(&type_id)) {
 diff --git scintilla/src/Catalogue.cxx scintilla/src/Catalogue.cxx
 index ed47aa8..e58f1ab 100644
 --- scintilla/src/Catalogue.cxx



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list