I must learn to spell deprecated...

This commit is contained in:
Richard Hughes 2009-07-03 11:05:00 +01:00
parent a8d4b200bd
commit db41483230
4 changed files with 4 additions and 4 deletions

View file

@ -311,7 +311,7 @@ out:
g_hash_table_unref (props);
}
#ifndef DKP_DISABLE_DEPRECIATED
#ifndef DKP_DISABLE_DEPRECATED
/**
* dkp_client_get_daemon_version:
* @client : a #DkpClient instance.

View file

@ -79,7 +79,7 @@ gboolean dkp_client_suspend (DkpClient *client,
GError **error);
gboolean dkp_client_hibernate (DkpClient *client,
GError **error);
#ifndef DKP_DISABLE_DEPRECIATED
#ifndef DKP_DISABLE_DEPRECATED
const gchar *dkp_client_get_daemon_version (DkpClient *client);
gboolean dkp_client_can_hibernate (DkpClient *client);
gboolean dkp_client_lid_is_closed (DkpClient *client);

View file

@ -11,7 +11,7 @@ INCLUDES = \
-DPACKAGE_LIB_DIR=\""$(libdir)"\" \
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
-DDKP_COMPILATION \
-DDKP_DISABLE_DEPRECIATED \
-DDKP_DISABLE_DEPRECATED \
-DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \
-DEGG_VERBOSE="\"DKP_VERBOSE\"" \
-DEGG_LOGGING="\"DKP_LOGGING\"" \

View file

@ -10,7 +10,7 @@ INCLUDES = \
-DPACKAGE_LIB_DIR=\""$(libdir)"\" \
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
-DDKP_COMPILATION \
-DDKP_DISABLE_DEPRECIATED \
-DDKP_DISABLE_DEPRECATED \
-DEGG_LOG_FILE=\""$(DKP_LOG_DIR)/DeviceKit-power"\" \
-DEGG_VERBOSE="\"DKP_VERBOSE\"" \
-DEGG_LOGGING="\"DKP_LOGGING\"" \