comparison mcabber/src/screen.c @ 1139:104676e3389b

Update documentation
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Feb 2007 11:57:14 +0100
parents 8ba4b1e8b42d
children 5be2408a6534
comparison
equal deleted inserted replaced
1138:8ba4b1e8b42d 1139:104676e3389b
411 } 411 }
412 g_free(btext); 412 g_free(btext);
413 } 413 }
414 414
415 // scr_new_buddy(title, dontshow) 415 // scr_new_buddy(title, dontshow)
416 // Note: title (aka winId) can be NULL for special buffers 416 // Note: title (aka winId/jid) can be NULL for special buffers
417 //static winbuf *scr_CreateBuddyPanel(const char *title, int dont_show)
418 static winbuf *scr_new_buddy(const char *title, int dont_show) 417 static winbuf *scr_new_buddy(const char *title, int dont_show)
419 { 418 {
420 winbuf *tmp; 419 winbuf *tmp;
421 420
422 tmp = g_new0(winbuf, 1); 421 tmp = g_new0(winbuf, 1);