Method

PhocServercheck_debug_flags

Declaration [src]

gboolean
phoc_server_check_debug_flags (
  PhocServer* self,
  PhocServerDebugFlags check
)

Description [src]

Checks if the given debug flags are set in this server.

Parameters

check

Type: PhocServerDebugFlags

The flags to check.

Return value

Type: gboolean

TRUE if all of the given flags are set, otherwise FALSE.