Home | History | Annotate | Download | only in gobject

Lines Matching refs:loaded

39  * <listitem><para>Portable mechanism for dynamically loaded modules.</para></listitem>
45 * interface. The model of #GTypeModule is a dynamically loaded module
47 * implementations. When the module is loaded, it registers its types
51 * loaded. When the types and interfaces are gone, the module may be
57 * Keeping track of whether the module should be loaded or not is done by
59 * zero, the module is loaded. The use count is maintained internally by
64 * module no longer needs to be loaded except for the type
79 gboolean loaded;
87 gboolean loaded;
240 * use count was zero before, the plugin will be loaded.
244 * Returns: %FALSE if the plugin needed to be loaded and
267 if (!type_info->loaded)
311 type_info->loaded = FALSE;
325 g_warning ("Fatal error - Could not reload previously loaded plugin '%s'\n",
434 module_type_info->loaded = TRUE;
502 module_interface_info->loaded = TRUE;