Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
G
geany
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
geany
Commits
a23f4b2d
Kaydet (Commit)
a23f4b2d
authored
Nis 12, 2015
tarafından
Enrico Tröger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove deprecated and unnecessary use of GeanyFunctions declaration
üst
b9e090d2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
7 deletions
+0
-7
classbuilder.c
plugins/classbuilder.c
+0
-1
demoplugin.c
plugins/demoplugin.c
+0
-1
export.c
plugins/export.c
+0
-1
filebrowser.c
plugins/filebrowser.c
+0
-1
htmlchars.c
plugins/htmlchars.c
+0
-1
saveactions.c
plugins/saveactions.c
+0
-1
splitwindow.c
plugins/splitwindow.c
+0
-1
No files found.
plugins/classbuilder.c
Dosyayı görüntüle @
a23f4b2d
...
...
@@ -29,7 +29,6 @@
#include "geanyplugin.h"
GeanyData
*
geany_data
;
GeanyFunctions
*
geany_functions
;
PLUGIN_VERSION_CHECK
(
GEANY_API_VERSION
)
...
...
plugins/demoplugin.c
Dosyayı görüntüle @
a23f4b2d
...
...
@@ -39,7 +39,6 @@
/* These items are set by Geany before plugin_init() is called. */
GeanyPlugin
*
geany_plugin
;
GeanyData
*
geany_data
;
GeanyFunctions
*
geany_functions
;
/* Check that the running Geany supports the plugin API version used below, and check
...
...
plugins/export.c
Dosyayı görüntüle @
a23f4b2d
...
...
@@ -32,7 +32,6 @@
GeanyData
*
geany_data
;
GeanyFunctions
*
geany_functions
;
PLUGIN_VERSION_CHECK
(
GEANY_API_VERSION
)
PLUGIN_SET_INFO
(
_
(
"Export"
),
_
(
"Exports the current file into different formats."
),
VERSION
,
...
...
plugins/filebrowser.c
Dosyayı görüntüle @
a23f4b2d
...
...
@@ -43,7 +43,6 @@
GeanyPlugin
*
geany_plugin
;
GeanyData
*
geany_data
;
GeanyFunctions
*
geany_functions
;
PLUGIN_VERSION_CHECK
(
GEANY_API_VERSION
)
...
...
plugins/htmlchars.c
Dosyayı görüntüle @
a23f4b2d
...
...
@@ -32,7 +32,6 @@
GeanyData
*
geany_data
;
GeanyFunctions
*
geany_functions
;
PLUGIN_VERSION_CHECK
(
GEANY_API_VERSION
)
...
...
plugins/saveactions.c
Dosyayı görüntüle @
a23f4b2d
...
...
@@ -36,7 +36,6 @@
GeanyPlugin
*
geany_plugin
;
GeanyData
*
geany_data
;
GeanyFunctions
*
geany_functions
;
PLUGIN_VERSION_CHECK
(
GEANY_API_VERSION
)
...
...
plugins/splitwindow.c
Dosyayı görüntüle @
a23f4b2d
...
...
@@ -36,7 +36,6 @@ PLUGIN_SET_INFO(_("Split Window"), _("Splits the editor view into two windows.")
GeanyData
*
geany_data
;
GeanyFunctions
*
geany_functions
;
GeanyPlugin
*
geany_plugin
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment