mirror of https://github.com/GNOME/gimp.git
libgimp: rename gimpmetadata.[ch] to gimpimagemetadata.[ch]
so the filenames match the contained namespace. Sort includes in gimpui.h alphabetically.
This commit is contained in:
parent
c76bd06887
commit
f0814dcf33
|
@ -284,12 +284,12 @@ libgimpui_sources = \
|
||||||
gimpgradientselectbutton.h \
|
gimpgradientselectbutton.h \
|
||||||
gimpimagecombobox.c \
|
gimpimagecombobox.c \
|
||||||
gimpimagecombobox.h \
|
gimpimagecombobox.h \
|
||||||
|
gimpimagemetadata.c \
|
||||||
|
gimpimagemetadata.h \
|
||||||
gimpitemcombobox.c \
|
gimpitemcombobox.c \
|
||||||
gimpitemcombobox.h \
|
gimpitemcombobox.h \
|
||||||
gimpmenu.c \
|
gimpmenu.c \
|
||||||
gimpmenu.h \
|
gimpmenu.h \
|
||||||
gimpmetadata.c \
|
|
||||||
gimpmetadata.h \
|
|
||||||
gimppalettemenu.c \
|
gimppalettemenu.c \
|
||||||
gimppalettemenu.h \
|
gimppalettemenu.h \
|
||||||
gimppaletteselectbutton.c \
|
gimppaletteselectbutton.c \
|
||||||
|
@ -362,9 +362,9 @@ gimpinclude_HEADERS = \
|
||||||
gimpgradientmenu.h \
|
gimpgradientmenu.h \
|
||||||
gimpgradientselectbutton.h \
|
gimpgradientselectbutton.h \
|
||||||
gimpimagecombobox.h \
|
gimpimagecombobox.h \
|
||||||
|
gimpimagemetadata.h \
|
||||||
gimpitemcombobox.h \
|
gimpitemcombobox.h \
|
||||||
gimpmenu.h \
|
gimpmenu.h \
|
||||||
gimpmetadata.h \
|
|
||||||
gimppalettemenu.h \
|
gimppalettemenu.h \
|
||||||
gimppaletteselectbutton.h \
|
gimppaletteselectbutton.h \
|
||||||
gimppatternmenu.h \
|
gimppatternmenu.h \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* LIBGIMP - The GIMP Library
|
/* LIBGIMP - The GIMP Library
|
||||||
* Copyright (C) 1995-2000 Peter Mattis and Spencer Kimball
|
* Copyright (C) 1995-2000 Peter Mattis and Spencer Kimball
|
||||||
*
|
*
|
||||||
* gimpmetadata.c
|
* gimpimagemetadata.c
|
||||||
*
|
*
|
||||||
* This library is free software: you can redistribute it and/or
|
* This library is free software: you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
#include "gimp.h"
|
#include "gimp.h"
|
||||||
#include "gimpui.h"
|
#include "gimpui.h"
|
||||||
#include "gimpmetadata.h"
|
#include "gimpimagemetadata.h"
|
||||||
|
|
||||||
#include "libgimp-intl.h"
|
#include "libgimp-intl.h"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/* LIBGIMP - The GIMP Library
|
/* LIBGIMP - The GIMP Library
|
||||||
* Copyright (C) 1995-2000 Peter Mattis and Spencer Kimball
|
* Copyright (C) 1995-2000 Peter Mattis and Spencer Kimball
|
||||||
*
|
*
|
||||||
* gimpmetadata.h
|
* gimpimagemetadata.h
|
||||||
*
|
*
|
||||||
* This library is free software: you can redistribute it and/or
|
* This library is free software: you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
@ -22,8 +22,8 @@
|
||||||
#error "Only <libgimp/gimpui.h> can be included directly."
|
#error "Only <libgimp/gimpui.h> can be included directly."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef __LIBGIMP_GIMP_METADATA_H__
|
#ifndef __GIMP_IMAGE_METADATA_H__
|
||||||
#define __LIBGIMP_GIMP_METADATA_H__
|
#define __GIMP_IMAGE_METADATA_H__
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
@ -51,11 +51,11 @@ gboolean gimp_image_metadata_save_finish (gint32 image_ID
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
|
|
||||||
/* this is experimental API, so be finished for 2.10 */
|
/* this is experimental API, to be finished for 2.10 */
|
||||||
|
|
||||||
gint32 gimp_image_metadata_load_thumbnail (GFile *file,
|
gint32 gimp_image_metadata_load_thumbnail (GFile *file,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* ___LIBGIMP_GIMP_METADATA_H__ */
|
#endif /* __GIMP_IMAGE_METADATA_H__ */
|
|
@ -27,27 +27,27 @@
|
||||||
|
|
||||||
#include <libgimp/gimpuitypes.h>
|
#include <libgimp/gimpuitypes.h>
|
||||||
|
|
||||||
#include <libgimp/gimpexport.h>
|
|
||||||
#include <libgimp/gimpmenu.h>
|
|
||||||
#include <libgimp/gimpmetadata.h>
|
|
||||||
#include <libgimp/gimpaspectpreview.h>
|
#include <libgimp/gimpaspectpreview.h>
|
||||||
#include <libgimp/gimpdrawablepreview.h>
|
|
||||||
#include <libgimp/gimpbrushmenu.h>
|
#include <libgimp/gimpbrushmenu.h>
|
||||||
|
#include <libgimp/gimpbrushselectbutton.h>
|
||||||
|
#include <libgimp/gimpdrawablepreview.h>
|
||||||
|
#include <libgimp/gimpexport.h>
|
||||||
#include <libgimp/gimpfontmenu.h>
|
#include <libgimp/gimpfontmenu.h>
|
||||||
|
#include <libgimp/gimpfontselectbutton.h>
|
||||||
#include <libgimp/gimpgradientmenu.h>
|
#include <libgimp/gimpgradientmenu.h>
|
||||||
|
#include <libgimp/gimpgradientselectbutton.h>
|
||||||
|
#include <libgimp/gimpimagecombobox.h>
|
||||||
|
#include <libgimp/gimpimagemetadata.h>
|
||||||
|
#include <libgimp/gimpitemcombobox.h>
|
||||||
|
#include <libgimp/gimpmenu.h>
|
||||||
#include <libgimp/gimppalettemenu.h>
|
#include <libgimp/gimppalettemenu.h>
|
||||||
|
#include <libgimp/gimppaletteselectbutton.h>
|
||||||
#include <libgimp/gimppatternmenu.h>
|
#include <libgimp/gimppatternmenu.h>
|
||||||
|
#include <libgimp/gimppatternselectbutton.h>
|
||||||
#include <libgimp/gimpprocbrowserdialog.h>
|
#include <libgimp/gimpprocbrowserdialog.h>
|
||||||
#include <libgimp/gimpprocview.h>
|
#include <libgimp/gimpprocview.h>
|
||||||
#include <libgimp/gimpprogressbar.h>
|
#include <libgimp/gimpprogressbar.h>
|
||||||
#include <libgimp/gimpitemcombobox.h>
|
|
||||||
#include <libgimp/gimpimagecombobox.h>
|
|
||||||
#include <libgimp/gimpselectbutton.h>
|
#include <libgimp/gimpselectbutton.h>
|
||||||
#include <libgimp/gimpbrushselectbutton.h>
|
|
||||||
#include <libgimp/gimpfontselectbutton.h>
|
|
||||||
#include <libgimp/gimpgradientselectbutton.h>
|
|
||||||
#include <libgimp/gimppaletteselectbutton.h>
|
|
||||||
#include <libgimp/gimppatternselectbutton.h>
|
|
||||||
#include <libgimp/gimpzoompreview.h>
|
#include <libgimp/gimpzoompreview.h>
|
||||||
|
|
||||||
#undef __GIMP_UI_H_INSIDE__
|
#undef __GIMP_UI_H_INSIDE__
|
||||||
|
|
|
@ -10,8 +10,8 @@ libgimp/gimpexport.c
|
||||||
libgimp/gimpfontselectbutton.c
|
libgimp/gimpfontselectbutton.c
|
||||||
libgimp/gimpgradientmenu.c
|
libgimp/gimpgradientmenu.c
|
||||||
libgimp/gimpgradientselectbutton.c
|
libgimp/gimpgradientselectbutton.c
|
||||||
|
libgimp/gimpimagemetadata.c
|
||||||
libgimp/gimpmenu.c
|
libgimp/gimpmenu.c
|
||||||
libgimp/gimpmetadata.c
|
|
||||||
libgimp/gimppalettemenu.c
|
libgimp/gimppalettemenu.c
|
||||||
libgimp/gimppaletteselectbutton.c
|
libgimp/gimppaletteselectbutton.c
|
||||||
libgimp/gimppatternmenu.c
|
libgimp/gimppatternmenu.c
|
||||||
|
|
Loading…
Reference in New Issue