mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-01 13:42: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 \
|
||||
gdbusmenumodel.h \
|
||||
gnotification.h \
|
||||
gnotification-private.h \
|
||||
gnotificationbackend.h \
|
||||
$(NULL)
|
||||
|
||||
application_sources = \
|
||||
@ -178,6 +176,8 @@ application_sources = \
|
||||
gmenu.c \
|
||||
gmenuexporter.c \
|
||||
gdbusmenumodel.c \
|
||||
gnotification-private.h \
|
||||
gnotificationbackend.h \
|
||||
gnotification.c \
|
||||
gnotificationbackend.c \
|
||||
$(NULL)
|
||||
|
@ -51,6 +51,4 @@ gboolean g_notification_get_default_action (GNotifi
|
||||
|
||||
GVariant * g_notification_serialize (GNotification *notification);
|
||||
|
||||
GVariant * g_notification_serialize (GNotification *notification);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user