Function Macro

GLibstatic_mutex_unlock

deprecated: 2.32 

Declaration

#define g_static_mutex_unlock (
  mutex
)

Description

Works like g_mutex_unlock(), but for a GStaticMutex.

Deprecated since: 2.32

Use g_mutex_unlock()

This function is not directly available to language bindings.

Parameters

mutex

Type: -

A GStaticMutex.