Function Macro

EDataServernamed_timeout_add_seconds

since: 3.12

Declaration [src]

#define e_named_timeout_add_seconds (
  interval,
  function,
  data
)

Description [src]

Similar to g_timeout_add_seconds(), but also names the GSource for use in debugging and profiling. The name is formed from function and the PACKAGE definition from a <config.h> file.

Available since: 3.12

This function is not directly available to language bindings.

Parameters

interval

Type: -

The time between calls to the function, in seconds.

function

Type: -

Function to call.

data

Type: -

Data to pass to function.