gudev: remove G_UDEV_API_IS_SUBJECT_TO_CHANGE since API is now stable

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen 2009-10-29 18:44:58 +01:00 committed by Kay Sievers
parent 1150c6e641
commit 5448cc56f6
3 changed files with 3 additions and 5 deletions

View File

@ -335,7 +335,6 @@ extras_gudev_libgudev_1_0_la_CPPFLAGS = \
-I$(top_srcdir)/extras/gudev \
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
-D_GUDEV_COMPILATION \
-DG_UDEV_API_IS_SUBJECT_TO_CHANGE \
-DG_LOG_DOMAIN=\"GUdev\"
extras_gudev_libgudev_1_0_la_CFLAGS = $(GLIB_CFLAGS)
extras_gudev_libgudev_1_0_la_LIBADD = libudev/libudev.la $(GLIB_LIBS)

3
NEWS
View File

@ -31,6 +31,9 @@ The option "last_rule" does no longer exist. Its use breaks too many
things which expect to be run from independent later rules, and is an idication
that something needs to be fixed properly instead.
The gudev API is no longer marked as experimental,
G_UDEV_API_IS_SUBJECT_TO_CHANGE is no longer needed.
udev 146
========
Bugfixes.

View File

@ -21,10 +21,6 @@
#ifndef __G_UDEV_H__
#define __G_UDEV_H__
#ifndef G_UDEV_API_IS_SUBJECT_TO_CHANGE
#error GUdev is currently unstable API. You must define G_UDEV_API_IS_SUBJECT_TO_CHANGE to acknowledge this.
#endif
#define _GUDEV_INSIDE_GUDEV_H 1
#include <gudev/gudevenums.h>
#include <gudev/gudevenumtypes.h>