Lines Matching full:pspec
195 * @pspec: the #GParamSpec describing the property
202 GParamSpec *pspec);
209 * @pspec: the #GParamSpec describing the property
216 GParamSpec *pspec);
328 GParamSpec *pspec);
332 GParamSpec *pspec);
341 GParamSpec *pspec);
352 * @pspec: the #GParamSpec of the construct parameter
361 GParamSpec *pspec;
383 GParamSpec *pspec);
393 GParamSpec *pspec);
533 #define G_OBJECT_WARN_INVALID_PSPEC(object, pname, property_id, pspec) \
536 GParamSpec *_pspec = (GParamSpec*) (pspec); \
550 * @pspec: the #GParamSpec of the property
555 #define G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec) \
556 G_OBJECT_WARN_INVALID_PSPEC ((object), "property", (property_id), (pspec))