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
917ce32c
Kaydet (Commit)
917ce32c
authored
Kas 20, 2011
tarafından
Enrico Tröger
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Prefix header guards with GEANY_ for consistency
üst
7edcb797
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
13 deletions
+13
-13
plugindata.h
src/plugindata.h
+2
-2
pluginprivate.h
src/pluginprivate.h
+3
-3
plugins.h
src/plugins.h
+2
-2
pluginutils.h
src/pluginutils.h
+3
-3
prefix.h
src/prefix.h
+3
-3
No files found.
src/plugindata.h
Dosyayı görüntüle @
917ce32c
...
...
@@ -30,8 +30,8 @@
* when making changes (see 'Keeping the plugin ABI stable' in the HACKING file). */
#ifndef PLUGINDATA_H
#define PLUGINDATA_H
#ifndef
GEANY_
PLUGINDATA_H
#define
GEANY_
PLUGINDATA_H
/* Compatibility for sharing macros between API and core.
* First include geany.h, then plugindata.h, then other API headers. */
...
...
src/pluginprivate.h
Dosyayı görüntüle @
917ce32c
...
...
@@ -21,8 +21,8 @@
*/
#ifndef PLUGINPRIVATE_H
#define PLUGINPRIVATE_H
#ifndef
GEANY_
PLUGINPRIVATE_H
#define
GEANY_
PLUGINPRIVATE_H
#include "plugindata.h"
#include "ui_utils.h"
/* GeanyAutoSeparator */
...
...
@@ -62,4 +62,4 @@ GeanyPluginPrivate;
typedef
GeanyPluginPrivate
Plugin
;
/* shorter alias */
#endif
/* PLUGINPRIVATE_H */
#endif
/*
GEANY_
PLUGINPRIVATE_H */
src/plugins.h
Dosyayı görüntüle @
917ce32c
...
...
@@ -21,8 +21,8 @@
*/
#ifndef PLUGINS_H
#define PLUGINS_H
#ifndef
GEANY_
PLUGINS_H
#define
GEANY_
PLUGINS_H
#ifdef HAVE_PLUGINS
...
...
src/pluginutils.h
Dosyayı görüntüle @
917ce32c
...
...
@@ -21,8 +21,8 @@
*/
#ifndef PLUGINUTILS_H
#define PLUGINUTILS_H
#ifndef
GEANY_
PLUGINUTILS_H
#define
GEANY_
PLUGINUTILS_H
#ifdef HAVE_PLUGINS
...
...
@@ -55,4 +55,4 @@ struct GeanyKeyGroup *plugin_set_key_group(struct GeanyPlugin *plugin,
void
plugin_show_configure
(
struct
GeanyPlugin
*
plugin
);
#endif
/* HAVE_PLUGINS */
#endif
/* PLUGINUTILS_H */
#endif
/*
GEANY_
PLUGINUTILS_H */
src/prefix.h
Dosyayı görüntüle @
917ce32c
...
...
@@ -14,8 +14,8 @@
* to br_*", try renaming prefix.c to prefix.cpp
*/
#ifndef
_PREFIX_H_
#define
_PREFIX_H_
#ifndef
GEANY_PREFIX_H
#define
GEANY_PREFIX_H
/*
...
...
@@ -93,4 +93,4 @@ char *br_prepend_prefix (void *symbol, char *path);
#endif
/* ENABLE_BINRELOC */
#endif
/*
_PREFIX_H_
*/
#endif
/*
GEANY_PREFIX_H
*/
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