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

globals.h File Reference

#include <gtk/gtk.h>
#include "debug.h"

Include dependency graph for globals.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.

Defines

#define DBG_HTML   do_yattm_debug_html
#define DBG_CORE   do_yattm_debug

Variables

GList * groups
GList * accounts
GList * chat_rooms
GList * away_messages
gint length_contact_window
gint do_login_on_startup
gint do_applet_show_on_startup
gint do_logging
gint do_strip_html
gint do_play_sounds
gint do_play_send
gint do_play_receive
gint do_play_first
gint do_ignore_unknown
gint do_send_idle_time
gint is_away
gint do_raise_window
gint do_timestamp
gint do_online_sound
gint do_multi_line
gint do_enter_send
gint do_ignore_fore
gint do_ignore_back
gint do_ignore_font
gint do_convo_timestamp
gint do_typing_notify
gint do_send_typing_notify
gint do_escape_close
gint do_restore_last_conv
gint do_no_sound_when_away
gint do_no_sound_for_ignore
gint do_away_sound
gchar BuddyArriveFilename [1024]
gchar BuddyAwayFilename [1024]
gchar BuddyLeaveFilename [1024]
gchar SendFilename [1024]
gchar ReceiveFilename [1024]
gchar FirstMsgFilename [1024]
gfloat volume_sound
GtkWidget * away_menu
char geometry [256]
char config_dir []
gint do_tabbed_chat
gint do_tabbed_chat_orient
GdkDeviceKey accel_next_tab
GdkDeviceKey accel_prev_tab
gint use_alternate_browser
gint do_noautoresize
GtkWidget * current_parent_widget
gint do_yattm_debug
gint do_yattm_debug_html


Define Documentation

#define DBG_CORE   do_yattm_debug
 

Definition at line 115 of file globals.h.

Referenced by add_service(), auscale(), build_modules_list(), change_local_account_on_click(), contact_menu(), do_list_dialog(), do_trigger_action(), eb_add_menu_item(), eb_chat_window_display_remote_message(), eb_generic_menu_function(), eb_import_window(), eb_nomodule_read_local_config(), eb_parse_incomming_message(), eb_profile_window(), eb_read_prefs(), eb_remove_menu_item(), eb_status(), eb_status_window(), eb_update_from_value_pair(), find_chat_room_by_id(), find_suitable_local_account(), get_info(), get_local_accounts(), get_service_id(), getsoundfile(), gtk_text_adjustment(), handle_click(), load_accounts(), load_module(), load_modules(), load_service_plugin(), load_utility_plugin(), ok_callback(), open_url_nw(), play_audio(), plugin_column_sort(), plugin_selected(), rebuild_import_menu(), rebuild_profile_menu(), refresh_service_contacts(), reload_modules(), reload_plugin_callback(), reload_service_accounts(), remove_account_callback(), remove_account_line(), remove_contact_callback(), remove_group_callback(), search_callback(), select_module_entry(), send_message(), setsoundfilename(), sound_init(), unload_module(), unload_plugin_callback(), update_contact_window_length(), write_general_prefs(), and yyparse().

#define DBG_HTML   do_yattm_debug_html
 

Definition at line 114 of file globals.h.

Referenced by _adjust_colors(), _getfont(), gtk_eb_html_add(), linkify(), and linkify_token().


Variable Documentation

GdkDeviceKey accel_next_tab
 

Definition at line 98 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

GdkDeviceKey accel_prev_tab
 

Definition at line 99 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

GList* accounts
 

Definition at line 34 of file globals.h.

GtkWidget* away_menu
 

Definition at line 77 of file globals.h.

GList* away_messages
 

Definition at line 36 of file globals.h.

Referenced by build_away_menu(), load_away_messages(), ok_callback(), and write_away_messages().

gchar BuddyArriveFilename[1024]
 

Definition at line 69 of file globals.h.

gchar BuddyAwayFilename[1024]
 

Definition at line 70 of file globals.h.

gchar BuddyLeaveFilename[1024]
 

Definition at line 71 of file globals.h.

GList* chat_rooms
 

Definition at line 35 of file globals.h.

Referenced by destroy(), and eb_start_chat_room().

char config_dir[]
 

Definition at line 91 of file globals.h.

Referenced by main().

GtkWidget* current_parent_widget
 

Definition at line 108 of file globals.h.

gint do_applet_show_on_startup
 

Definition at line 39 of file globals.h.

Referenced by build_general_prefs(), cancel_general_prefs(), and eb_read_prefs().

gint do_away_sound
 

Definition at line 68 of file globals.h.

Referenced by build_sound_tab(), cancel_sound_prefs(), eb_read_prefs(), and write_sound_prefs().

gint do_convo_timestamp
 

Definition at line 57 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_enter_send
 

Definition at line 53 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_escape_close
 

Definition at line 60 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_ignore_back
 

Definition at line 55 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_ignore_font
 

Definition at line 56 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_ignore_fore
 

Definition at line 54 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_ignore_unknown
 

Definition at line 46 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_logging
 

Definition at line 40 of file globals.h.

Referenced by build_logs_prefs(), cancel_logs_prefs(), eb_read_prefs(), and write_logs_prefs().

gint do_login_on_startup
 

Definition at line 38 of file globals.h.

Referenced by build_general_prefs(), cancel_general_prefs(), eb_read_prefs(), and write_general_prefs().

gint do_multi_line
 

Definition at line 52 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_no_sound_for_ignore
 

Definition at line 63 of file globals.h.

Referenced by build_sound_tab(), cancel_sound_prefs(), and eb_read_prefs().

gint do_no_sound_when_away
 

Definition at line 62 of file globals.h.

Referenced by build_sound_tab(), cancel_sound_prefs(), eb_read_prefs(), and write_sound_prefs().

gint do_noautoresize
 

Definition at line 105 of file globals.h.

Referenced by build_general_prefs(), cancel_general_prefs(), eb_read_prefs(), and write_general_prefs().

gint do_online_sound
 

Definition at line 51 of file globals.h.

Referenced by build_sound_tab(), cancel_sound_prefs(), eb_read_prefs(), and write_sound_prefs().

gint do_play_first
 

Definition at line 45 of file globals.h.

Referenced by build_sound_tab(), cancel_sound_prefs(), eb_read_prefs(), and write_sound_prefs().

gint do_play_receive
 

Definition at line 44 of file globals.h.

Referenced by build_sound_tab(), cancel_sound_prefs(), eb_read_prefs(), and write_sound_prefs().

gint do_play_send
 

Definition at line 43 of file globals.h.

Referenced by build_sound_tab(), cancel_sound_prefs(), eb_read_prefs(), and write_sound_prefs().

gint do_play_sounds
 

Definition at line 42 of file globals.h.

gint do_raise_window
 

Definition at line 49 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_restore_last_conv
 

Definition at line 61 of file globals.h.

Referenced by build_logs_prefs(), cancel_logs_prefs(), eb_read_prefs(), and write_logs_prefs().

gint do_send_idle_time
 

Definition at line 47 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_send_typing_notify
 

Definition at line 59 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_strip_html
 

Definition at line 41 of file globals.h.

Referenced by build_logs_prefs(), cancel_logs_prefs(), eb_read_prefs(), and write_logs_prefs().

gint do_tabbed_chat
 

Definition at line 94 of file globals.h.

Referenced by build_layout_prefs(), cancel_layout_prefs(), eb_read_prefs(), and write_layout_prefs().

gint do_tabbed_chat_orient
 

Definition at line 95 of file globals.h.

Referenced by build_layout_prefs(), cancel_layout_prefs(), eb_read_prefs(), set_tco_element(), and write_layout_prefs().

gint do_timestamp
 

Definition at line 50 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_typing_notify
 

Definition at line 58 of file globals.h.

Referenced by build_chat_prefs(), cancel_chat_prefs(), eb_read_prefs(), and write_chat_prefs().

gint do_yattm_debug
 

Definition at line 111 of file globals.h.

Referenced by build_general_prefs(), cancel_general_prefs(), eb_read_prefs(), and write_general_prefs().

gint do_yattm_debug_html
 

Definition at line 112 of file globals.h.

Referenced by build_general_prefs(), cancel_general_prefs(), eb_read_prefs(), and write_general_prefs().

gchar FirstMsgFilename[1024]
 

Definition at line 74 of file globals.h.

char geometry[256]
 

Definition at line 78 of file globals.h.

Referenced by eb_status_window(), and main().

GList* groups
 

Definition at line 33 of file globals.h.

gint is_away
 

Definition at line 48 of file globals.h.

Referenced by destroy_away(), and show_away().

gint length_contact_window
 

Definition at line 37 of file globals.h.

gchar ReceiveFilename[1024]
 

Definition at line 73 of file globals.h.

gchar SendFilename[1024]
 

Definition at line 72 of file globals.h.

gint use_alternate_browser
 

Definition at line 102 of file globals.h.

Referenced by build_general_prefs(), cancel_general_prefs(), eb_read_prefs(), set_use_alternate_browser(), and write_general_prefs().

gfloat volume_sound
 

Definition at line 75 of file globals.h.


Contact: Andy Maloney     [Documentation generated by doxygen]