Functions
modulemd_module_stream_set_module_name ()
void
modulemd_module_stream_set_module_name
                               (ModulemdModuleStream *self,
                                const gchar *module_name);
 
modulemd_module_stream_set_stream_name ()
void
modulemd_module_stream_set_stream_name
                               (ModulemdModuleStream *self,
                                const gchar *stream_name);
 
modulemd_module_stream_validate_components ()
gboolean
modulemd_module_stream_validate_components
                               (GHashTable *components,
                                GError **error);
 
STREAM_COPY_IF_SET()
#define             STREAM_COPY_IF_SET(version, dest, src, property)
 
STREAM_UPGRADE_IF_SET()
#define             STREAM_UPGRADE_IF_SET(oldversion, newversion, dest, src, property)
 
STREAM_COPY_IF_SET_WITH_LOCALE()
#define             STREAM_COPY_IF_SET_WITH_LOCALE(version, dest, src, property)
 
STREAM_UPGRADE_IF_SET_WITH_LOCALE()
#define             STREAM_UPGRADE_IF_SET_WITH_LOCALE(                                    \
              oldversion, newversion, dest, src, property)
 
STREAM_REPLACE_HASHTABLE()
#define             STREAM_REPLACE_HASHTABLE(version, dest, src, property)
 
COPY_HASHTABLE_BY_VALUE_ADDER()
#define             COPY_HASHTABLE_BY_VALUE_ADDER(dest, src, property, adder)