mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 15:38:44 +02: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:
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__ */
|
||||
|
Reference in New Issue
Block a user