![]() |
![]() |
![]() |
librygel-core Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#define RYGEL_TYPE_CMDLINE_CONFIG gchar * rygel_cmdline_config_get_config_file (RygelCmdlineConfig *self
,GError **error
); RygelCmdlineConfig * rygel_cmdline_config_new (void
); RygelCmdlineConfig * rygel_cmdline_config_get_default (void
); void rygel_cmdline_config_parse_args (gchar ***args
,int *args_length1
,GError **error
); struct RygelCmdlineConfig; struct RygelCmdlineConfigClass; enum RygelCmdlineConfigError;
#define RYGEL_TYPE_CMDLINE_CONFIG (rygel_cmdline_config_get_type ())
The type for RygelCmdlineConfig.
gchar * rygel_cmdline_config_get_config_file (RygelCmdlineConfig *self
,GError **error
);
|
the RygelCmdlineConfig instance |
|
location to store the error occuring, or NULL to ignore |
void rygel_cmdline_config_parse_args (gchar ***args
,int *args_length1
,GError **error
);
|
length of the args array |
|
location to store the error occuring, or NULL to ignore. [error-domains RygelCmdlineConfigError GOptionError]
|
struct RygelCmdlineConfig;
Manages configuration from Commandline arguments.
struct RygelCmdlineConfigClass { GObjectClass parent_class; };
The class structure for RYGEL_TYPE_CMDLINE_CONFIG
. All the fields in this structure are private and should never be accessed directly.
GObjectClass |
the parent class structure |