mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
gir: Rename girwriter.h to girwriter-private.h
It's a private header.
This commit is contained in:
parent
b0f4a6bcc4
commit
9a6c518d31
@ -21,12 +21,15 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __GIRWRITER_H__
|
#pragma once
|
||||||
#define __GIRWRITER_H__
|
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
void gir_writer_write (const char *filename,
|
void gir_writer_write (const char *filename,
|
||||||
const char *namespace,
|
const char *namespace,
|
||||||
gboolean needs_prefix,
|
gboolean needs_prefix,
|
||||||
gboolean show_all);
|
gboolean show_all);
|
||||||
|
|
||||||
#endif /* __GIRWRITER_H__ */
|
G_END_DECLS
|
@ -22,6 +22,13 @@
|
|||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
|
#include "girwriter-private.h"
|
||||||
|
|
||||||
|
#include "girepository.h"
|
||||||
|
#include "gitypelib-internal.h"
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
@ -30,10 +37,6 @@
|
|||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
#include <glib/gstdio.h>
|
#include <glib/gstdio.h>
|
||||||
|
|
||||||
#include "girwriter.h"
|
|
||||||
#include "girepository.h"
|
|
||||||
#include "gitypelib-internal.h"
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
FILE *file;
|
FILE *file;
|
||||||
GSList *stack;
|
GSList *stack;
|
||||||
|
Loading…
Reference in New Issue
Block a user