Home
last modified time | relevance | path

Searched refs:std_marshaller_prefix (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/glib/gobject/
Dglib-genmarshal.c118 static gchar * const std_marshaller_prefix = "g_cclosure_marshal"; variable
351 tmp = g_strconcat (std_marshaller_prefix, "_", signame, NULL); in generate_marshal()
358 …g_fprintf (fout, "#define %s_%s\t%s_%s\n", marshaller_prefix, signame, std_marshaller_prefix, sign… in generate_marshal()