Method

EDataServerGDataQueryget_show_deleted

since: 3.46

Declaration [src]

gboolean
e_gdata_query_get_show_deleted (
  EGDataQuery* self,
  gboolean* out_exists
)

Description [src]

Gets current value of the show deleted property. When not set, returns FALSE. The optional out_exists can be used to see whether the property is set.

Available since: 3.46

Parameters

out_exists

Type: gboolean*

An out argument, where can be set whether the property exists, or NULL.

The argument will be set by the function.
The argument can be NULL.

Return value

Type: gboolean

The set value, or FALSE.