pidgin/pidginaccountdisplay.c

changeset 42575
580339aa47cc
parent 42165
3c481d9cc840
child 42584
687260353985
equal deleted inserted replaced
42574:ef32e25a3b78 42575:580339aa47cc
81 } 81 }
82 82
83 /****************************************************************************** 83 /******************************************************************************
84 * GObject implementation 84 * GObject implementation
85 *****************************************************************************/ 85 *****************************************************************************/
86 G_DEFINE_TYPE(PidginAccountDisplay, pidgin_account_display, GTK_TYPE_BOX) 86 G_DEFINE_FINAL_TYPE(PidginAccountDisplay, pidgin_account_display, GTK_TYPE_BOX)
87 87
88 static void 88 static void
89 pidgin_account_display_get_property(GObject *object, guint prop_id, 89 pidgin_account_display_get_property(GObject *object, guint prop_id,
90 GValue *value, GParamSpec *pspec) 90 GValue *value, GParamSpec *pspec)
91 { 91 {

mercurial