![]() |
![]() |
![]() |
GSK Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
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
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 of parameter. |
|
nickname of parameter. |
|
description of parameter. |
|
GParamFlags. |
Returns : |
a parameter specification. |