mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-02 14:12:10 +01:00
GNotification: Don't install private headers, avoid duplicated prototype
These both break gobject-introspection's build, and moreover are things we don't want to do anyways.
This commit is contained in:
parent
8dfb070329
commit
b21c86b6a0
@ -153,8 +153,6 @@ application_headers = \
|
|||||||
gmenuexporter.h \
|
gmenuexporter.h \
|
||||||
gdbusmenumodel.h \
|
gdbusmenumodel.h \
|
||||||
gnotification.h \
|
gnotification.h \
|
||||||
gnotification-private.h \
|
|
||||||
gnotificationbackend.h \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
application_sources = \
|
application_sources = \
|
||||||
@ -178,6 +176,8 @@ application_sources = \
|
|||||||
gmenu.c \
|
gmenu.c \
|
||||||
gmenuexporter.c \
|
gmenuexporter.c \
|
||||||
gdbusmenumodel.c \
|
gdbusmenumodel.c \
|
||||||
|
gnotification-private.h \
|
||||||
|
gnotificationbackend.h \
|
||||||
gnotification.c \
|
gnotification.c \
|
||||||
gnotificationbackend.c \
|
gnotificationbackend.c \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
@ -51,6 +51,4 @@ gboolean g_notification_get_default_action (GNotifi
|
|||||||
|
|
||||||
GVariant * g_notification_serialize (GNotification *notification);
|
GVariant * g_notification_serialize (GNotification *notification);
|
||||||
|
|
||||||
GVariant * g_notification_serialize (GNotification *notification);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user