mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
[girwriter] Refactor out of generate.c
Move out the girwriter out of generate.c. Still a private API, but that will probably change in the future.
This commit is contained in:
parent
06d778dc3c
commit
27511f220b
@ -64,6 +64,8 @@ libgirepository_parser_la_SOURCES = \
|
||||
girnode.h \
|
||||
giroffsets.c \
|
||||
girparser.c \
|
||||
girparser.h
|
||||
girparser.h \
|
||||
girwriter.c \
|
||||
girwriter.h
|
||||
libgirepository_parser_la_CFLAGS = $(GIREPO_CFLAGS)
|
||||
|
||||
|
1402
girwriter.c
Normal file
1402
girwriter.c
Normal file
File diff suppressed because it is too large
Load Diff
11
girwriter.h
11
girwriter.h
@ -18,9 +18,12 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#ifndef __G_IDL_WRITER_H__
|
||||
#define __G_IDL_WRITER_H__
|
||||
#ifndef __GIRWRITER_H__
|
||||
#define __GIRWRITER_H__
|
||||
|
||||
void g_idl_writer_save_file (GIdlModule *module, const gchar *filename);
|
||||
void gir_writer_write (const char *filename,
|
||||
const char *namespace,
|
||||
gboolean needs_prefix,
|
||||
gboolean show_all);
|
||||
|
||||
#endif /* __G_IDL_WRITER_H__ */
|
||||
#endif /* __GIRWRITER_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user