Method

EDataServerGDataQueryget_max_results

since: 3.46

Declaration [src]

gint
e_gdata_query_get_max_results (
  EGDataQuery* self,
  gboolean* out_exists
)

Description [src]

Gets current value of the max results property. When not set, returns 0. 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: gint

The set value, or 0.