* lib/text.h: Added text_get_line() declaration
[dia.git] / lib / dummy_dep.h
blob011f0d8b38f869723f34673478513bb61b220390
1 /* Dia -- an diagram creation/manipulation program
2 * Copyright (C) 1998 Alexander Larsson
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2 of the License, or
7 * (at your option) any later version.
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
18 #include <glib.h>
19 #include "connection.h"
20 #include "element.h"
21 #include "font.h"
22 #include "text.h"
23 #include "orth_conn.h"
24 #include "neworth_conn.h"
25 #include "arrows.h"
26 #include "utils.h"
27 #include "poly_conn.h"
28 #include "polyshape.h"
29 #include "bezier_conn.h"
30 #include "beziershape.h"
31 #include "widgets.h"
32 #include "intl.h"
33 #include "connpoint_line.h"
34 #include "properties.h"
35 #include "dynamic_obj.h"
36 #include "connectionpoint.h"
38 /* This is a file with dummy dependencies so that all
39 object files will be linked into the app.
42 #ifndef __sgi
43 static
44 #endif
45 void *dummy_dep[] G_GNUC_UNUSED = {
46 connection_move_handle,
47 element_update_boundingbox,
48 orthconn_update_data,
49 polyconn_init,
50 polyshape_init,
51 bezierconn_init,
52 beziershape_init,
53 new_text,
54 dia_font_new_from_style, /* font.o */
55 nearest_pow,
56 arrow_draw,
57 dia_font_selector_new, /* widgets.o */
58 new_object_state_change, /* objchange.o */
59 intl_score_locale, /* intl.o */
60 connpointline_create, /* connpoint_line.o */
61 neworthconn_update_data, /* neworth_conn.o */
62 object_create_props_dialog, /* properties.o */
63 dynobj_list_get_dynobj_rate, /* dynamic_obj.o */
64 connpoint_update, /* connectionpoint.c */