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