Yattm - unified GTK instant-messaging client logo
   [Generated for version 0.2-17 - Mon Jan 6 19:01:23 GMT+1 2003]

Home - Main Page - Data Structures - File List - Data Fields - Globals

contact_actions.h File Reference

#include "contact.h"

Include dependency graph for contact_actions.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

void eb_do_send_file (eb_account *ea)
void eb_view_log (struct contact *contact)


Function Documentation

void eb_do_send_file eb_account   ea
 

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 }

void eb_view_log struct contact   contact
 

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 }


Contact: Andy Maloney     [Documentation generated by doxygen]