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
bec38323
Kaydet (Commit)
bec38323
authored
Nis 05, 2018
tarafından
Colomban Wendling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bump API version
üst
78644a82
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
msgwindow.c
src/msgwindow.c
+3
-3
plugindata.h
src/plugindata.h
+1
-1
No files found.
src/msgwindow.c
Dosyayı görüntüle @
bec38323
...
...
@@ -348,7 +348,7 @@ void msgwin_compiler_add(gint msg_color, const gchar *format, ...)
*
* @see msgwin_compiler_add()
*
* @since
@todo
* @since
1.34 (API 236)
**/
GEANY_API_SYMBOL
void
msgwin_compiler_add_string
(
gint
msg_color
,
const
gchar
*
msg
)
...
...
@@ -442,7 +442,7 @@ void msgwin_msg_add(gint msg_color, gint line, GeanyDocument *doc, const gchar *
*
* @see msgwin_msg_add()
*
* @since
@todo
* @since
1.34 (API 236)
**/
GEANY_API_SYMBOL
void
msgwin_msg_add_string
(
gint
msg_color
,
gint
line
,
GeanyDocument
*
doc
,
const
gchar
*
string
)
...
...
@@ -490,7 +490,7 @@ void msgwin_msg_add_string(gint msg_color, gint line, GeanyDocument *doc, const
*
* @see msgwin_status_add()
*
* @since
@todo
* @since
1.34 (API 236)
**/
GEANY_API_SYMBOL
void
msgwin_status_add_string
(
const
gchar
*
string
)
...
...
src/plugindata.h
Dosyayı görüntüle @
bec38323
...
...
@@ -59,7 +59,7 @@ G_BEGIN_DECLS
* @warning You should not test for values below 200 as previously
* @c GEANY_API_VERSION was defined as an enum value, not a macro.
*/
#define GEANY_API_VERSION 23
5
#define GEANY_API_VERSION 23
6
/* hack to have a different ABI when built with GTK3 because loading GTK2-linked plugins
* with GTK3-linked Geany leads to crash */
...
...
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