[goffice] Component: go_component_set_window isn't there, so don't prototype.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goffice] Component: go_component_set_window isn't there, so don't prototype.
- Date: Wed, 2 Oct 2013 01:41:14 +0000 (UTC)
commit 83ecc358a6ef602b056d29ebc67bb5e4c05213b2
Author: Morten Welinder <terra gnome org>
Date: Tue Oct 1 21:40:48 2013 -0400
Component: go_component_set_window isn't there, so don't prototype.
goffice/component/go-component.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/goffice/component/go-component.h b/goffice/component/go-component.h
index b3b4d33..766378e 100644
--- a/goffice/component/go-component.h
+++ b/goffice/component/go-component.h
@@ -99,7 +99,9 @@ GOComponent *go_component_new_from_uri (char const *uri);
void go_component_set_default_size (GOComponent *component,
double width, double ascent, double descent);
+#if 0
void go_component_set_window (GOComponent *component, GdkWindow *window);
+#endif
void go_component_set_data (GOComponent *component,
char const *data, int length);
gboolean go_component_get_data (GOComponent *component, gpointer *data, int *length,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]