コード例 #1
0
Bonobo_Persist_ContentTypeList *
hello_object_pstream_get_types (BonoboPersistStream *ps,
				void                *closure,
				CORBA_Environment   *ev)
{
	/* FIXME */
	return bonobo_persist_generate_content_types (1, "");
}
コード例 #2
0
static Bonobo_Persist_ContentTypeList *
pstream_get_content_types (BonoboPersistStream *ps, void *closure,
                           CORBA_Environment *ev)
{
    return bonobo_persist_generate_content_types (2, "text/vCard", "text/x-vCard");
}