libpurple/protocols/gg/gg.c

changeset 42592
6b65c0e4ba15
parent 42291
a86b7bcbb471
equal deleted inserted replaced
42591:aa3f777462d8 42592:6b65c0e4ba15
1346 G_IMPLEMENT_INTERFACE_DYNAMIC(PURPLE_TYPE_PROTOCOL_XFER, 1346 G_IMPLEMENT_INTERFACE_DYNAMIC(PURPLE_TYPE_PROTOCOL_XFER,
1347 ggp_protocol_xfer_iface_init)) 1347 ggp_protocol_xfer_iface_init))
1348 1348
1349 static PurpleProtocol * 1349 static PurpleProtocol *
1350 ggp_protocol_new(void) { 1350 ggp_protocol_new(void) {
1351 return PURPLE_PROTOCOL(g_object_new( 1351 return g_object_new(
1352 GGP_TYPE_PROTOCOL, 1352 GGP_TYPE_PROTOCOL,
1353 "id", "prpl-gg", 1353 "id", "prpl-gg",
1354 "name", "Gadu-Gadu", 1354 "name", "Gadu-Gadu",
1355 "description", _("Gadu-Gadu is a Polish instant messaging network."), 1355 "description", _("Gadu-Gadu is a Polish instant messaging network."),
1356 "icon-name", "im-gadu-gadu", 1356 "icon-name", "im-gadu-gadu",
1357 "icon-resource-path", "/im/pidgin/libpurple/gg/icons", 1357 "icon-resource-path", "/im/pidgin/libpurple/gg/icons",
1358 NULL)); 1358 NULL);
1359 } 1359 }
1360 1360
1361 static GPluginPluginInfo * 1361 static GPluginPluginInfo *
1362 gg_query(G_GNUC_UNUSED GError **error) 1362 gg_query(G_GNUC_UNUSED GError **error)
1363 { 1363 {

mercurial