Searched refs:xnp_note_type_id (Results 1 – 1 of 1) sorted by relevance
313 GType xnp_note_type_id; in xnp_note_get_type_once() local314 …xnp_note_type_id = g_type_register_static (gtk_scrolled_window_get_type (), "XnpNote", &g_define_t… in xnp_note_get_type_once()315 XnpNote_private_offset = g_type_add_instance_private (xnp_note_type_id, sizeof (XnpNotePrivate)); in xnp_note_get_type_once()316 return xnp_note_type_id; in xnp_note_get_type_once()324 GType xnp_note_type_id; in xnp_note_get_type() local325 xnp_note_type_id = xnp_note_get_type_once (); in xnp_note_get_type()326 g_once_init_leave (&xnp_note_type_id__volatile, xnp_note_type_id); in xnp_note_get_type()