Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
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ç
LibreOffice
core
Commits
1493e66b
Kaydet (Commit)
1493e66b
authored
Haz 05, 2015
tarafından
Pranav Kant
Kaydeden (comit)
Miklos Vajna
Haz 09, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
lokdocview: Let G_BEGIN/END_DECLS handle the compiler check
Change-Id: I8c60c9ba13516fc2b3a926c19b41ee19805d74a5
üst
085f31a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
LibreOfficeKitGtk.h
include/LibreOfficeKit/LibreOfficeKitGtk.h
+3
-7
No files found.
include/LibreOfficeKit/LibreOfficeKitGtk.h
Dosyayı görüntüle @
1493e66b
...
@@ -16,10 +16,7 @@
...
@@ -16,10 +16,7 @@
#define LOK_USE_UNSTABLE_API
#define LOK_USE_UNSTABLE_API
#include <LibreOfficeKit/LibreOfficeKit.h>
#include <LibreOfficeKit/LibreOfficeKit.h>
#ifdef __cplusplus
G_BEGIN_DECLS
extern
"C"
{
#endif
#define LOK_DOCVIEW(obj) GTK_CHECK_CAST (obj, lok_docview_get_type(), LOKDocView)
#define LOK_DOCVIEW(obj) GTK_CHECK_CAST (obj, lok_docview_get_type(), LOKDocView)
#define LOK_DOCVIEW_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, lok_docview_get_type(), LOKDocViewClass)
#define LOK_DOCVIEW_CLASS(klass) GTK_CHECK_CLASS_CAST (klass, lok_docview_get_type(), LOKDocViewClass)
...
@@ -77,9 +74,8 @@ void lok_docview_post_key (GtkWidget* pWidget, GdkEventKey* pEvent
...
@@ -77,9 +74,8 @@ void lok_docview_post_key (GtkWidget* pWidget, GdkEventKey* pEvent
/// Get the visible area of the document (in twips).
/// Get the visible area of the document (in twips).
void
lok_docview_get_visarea
(
LOKDocView
*
pThis
,
GdkRectangle
*
pArea
);
void
lok_docview_get_visarea
(
LOKDocView
*
pThis
,
GdkRectangle
*
pArea
);
#ifdef __cplusplus
}
G_END_DECLS
#endif
#endif // INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKITGTK_H
#endif // INCLUDED_LIBREOFFICEKIT_LIBREOFFICEKITGTK_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