mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-01 11:28:02 +02:00
I must learn to spell deprecated...
This commit is contained in:
parent
a8d4b200bd
commit
db41483230
4 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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\"" \
|
||||
|
|
|
|||
|
|
@ -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\"" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue