func init() { tm := []glib.TypeMarshaler{ // Enums {glib.Type(C.pango_attr_type_get_type()), marshalAttrType}, {glib.Type(C.pango_underline_get_type()), marshalUnderline}, } glib.RegisterGValueMarshalers(tm) }
func init() { tm := []glib.TypeMarshaler{ // Enums {glib.Type(C.gtk_revealer_transition_type_get_type()), marshalRevealerTransitionType}, {glib.Type(C.gtk_stack_transition_type_get_type()), marshalStackTransitionType}, // Objects/Interfaces {glib.Type(C.gtk_header_bar_get_type()), marshalHeaderBar}, {glib.Type(C.gtk_list_box_get_type()), marshalListBox}, {glib.Type(C.gtk_list_box_row_get_type()), marshalListBoxRow}, {glib.Type(C.gtk_revealer_get_type()), marshalRevealer}, {glib.Type(C.gtk_search_bar_get_type()), marshalSearchBar}, {glib.Type(C.gtk_stack_get_type()), marshalStack}, {glib.Type(C.gtk_stack_switcher_get_type()), marshalStackSwitcher}, } glib.RegisterGValueMarshalers(tm) }
func init() { tm := []glib.TypeMarshaler{ // Enums {glib.Type(C.gdk_drag_action_get_type()), marshalDragAction}, {glib.Type(C.gdk_colorspace_get_type()), marshalColorspace}, {glib.Type(C.gdk_event_type_get_type()), marshalEventType}, {glib.Type(C.gdk_interp_type_get_type()), marshalInterpType}, {glib.Type(C.gdk_modifier_type_get_type()), marshalModifierType}, {glib.Type(C.gdk_pixbuf_alpha_mode_get_type()), marshalPixbufAlphaMode}, {glib.Type(C.gdk_event_mask_get_type()), marshalEventMask}, // Objects/Interfaces {glib.Type(C.gdk_device_get_type()), marshalDevice}, {glib.Type(C.gdk_device_manager_get_type()), marshalDeviceManager}, {glib.Type(C.gdk_display_get_type()), marshalDisplay}, {glib.Type(C.gdk_drag_context_get_type()), marshalDragContext}, {glib.Type(C.gdk_pixbuf_get_type()), marshalPixbuf}, {glib.Type(C.gdk_screen_get_type()), marshalScreen}, {glib.Type(C.gdk_visual_get_type()), marshalVisual}, {glib.Type(C.gdk_window_get_type()), marshalWindow}, // Boxed {glib.Type(C.gdk_event_get_type()), marshalEvent}, } glib.RegisterGValueMarshalers(tm) }
// PixbufGetType is a wrapper around gdk_pixbuf_get_type(). func PixbufGetType() glib.Type { return glib.Type(C.gdk_pixbuf_get_type()) }