Yattm - unified GTK instant-messaging client | |
[Generated for version 0.2-17 - Mon Jan 6 19:01:23 GMT+1 2003] |
#include "contact.h"
Include dependency graph for contact_actions.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | eb_do_send_file (eb_account *ea) |
void | eb_view_log (struct contact *contact) |
|
Definition at line 38 of file contact_actions.c. References _, eb_do_file_selector(), and send_file_callback(). Referenced by send_file(), send_file_callback(), and send_file_with_contact_callback().
00039 { 00040 eb_do_file_selector(NULL, _("Select file to send"), send_file_callback, ea); 00041 } |
|
Definition at line 43 of file contact_actions.c. References eb_log_window_new(), and contact::logwindow. Referenced by view_log_callback().
00044 { 00045 if(contact->logwindow == NULL) { 00046 contact->logwindow = eb_log_window_new(contact); 00047 } 00048 } |