GSK Reference Manual | ||||
---|---|---|---|---|
GType gsk_fd_get_type (); GType gsk_param_fd_get_type (); #define GSK_TYPE_FD #define GSK_TYPE_PARAM_FD GParamSpec* gsk_param_spec_fd (const char *name, const char *nick, const char *blurb, GParamFlags flags);
GType gsk_param_fd_get_type ();
GType of a GParamSpec which indicates a file-descriptor. (private)
Returns : |
#define GSK_TYPE_PARAM_FD (gsk_param_fd_get_type())
GType of a GParamSpec which indicates a file-descriptor.
GParamSpec* gsk_param_spec_fd (const char *name, const char *nick, const char *blurb, GParamFlags flags);
Make a GParamSpec to indicate a file-descriptor.
name : |
name of parameter. |
nick : |
nickname of parameter. |
blurb : |
description of parameter. |
flags : |
GParamFlags. |
Returns : | a parameter specification. |