| 137 |
137 |
| 138 g_object_class_install_property(obj_class, PROP_GTK_CONFIG_FRAME_CB, |
138 g_object_class_install_property(obj_class, PROP_GTK_CONFIG_FRAME_CB, |
| 139 g_param_spec_pointer("gtk-config-frame-cb", |
139 g_param_spec_pointer("gtk-config-frame-cb", |
| 140 "GTK configuration frame callback", |
140 "GTK configuration frame callback", |
| 141 "Callback that returns a GTK configuration frame", |
141 "Callback that returns a GTK configuration frame", |
| 142 G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); |
142 G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY | |
| |
143 G_PARAM_STATIC_STRINGS)); |
| 143 } |
144 } |
| 144 |
145 |
| 145 GType |
146 GType |
| 146 pidgin_plugin_info_get_type(void) |
147 pidgin_plugin_info_get_type(void) |
| 147 { |
148 { |