Mercurial > pidgin.yaz
comparison pidgin/gtklog.h @ 21570:dccfd999ffe7
merge of '76c07fcb434a2a7aa289734bb221c171a376d73b'
and 'bad7c4c4e108d186fa8527e487d174e67ae7c0c1'
author | Evan Schoenberg <evan.s@dreskin.net> |
---|---|
date | Sat, 17 Nov 2007 17:27:48 +0000 |
parents | aabe638f56d9 |
children | 584063555949 |
comparison
equal
deleted
inserted
replaced
21325:d7a43e142c6e | 21570:dccfd999ffe7 |
---|---|
50 char *search; /**< The string currently being searched for */ | 50 char *search; /**< The string currently being searched for */ |
51 GtkWidget *label; /**< The label at the top of the log viewer */ | 51 GtkWidget *label; /**< The label at the top of the log viewer */ |
52 }; | 52 }; |
53 | 53 |
54 | 54 |
55 #ifndef PURPLE_DISABLE_DEPRECATED | 55 |
56 /** | |
57 * @deprecated Use pidgin_log_show_with_parent() instead. | |
58 */ | |
59 void pidgin_log_show(PurpleLogType type, const char *screenname, PurpleAccount *account); | 56 void pidgin_log_show(PurpleLogType type, const char *screenname, PurpleAccount *account); |
60 #endif | 57 void pidgin_log_show_contact(PurpleContact *contact); |
61 | 58 |
62 /** | |
63 * @since 2.3.0 | |
64 */ | |
65 void pidgin_log_show_with_parent(GtkWindow *parent, PurpleLogType type, const char *screenname, PurpleAccount *account); | |
66 | |
67 #ifndef PURPLE_DISABLE_DEPRECATED | |
68 /** | |
69 * @deprecated pidgin_log_show_contact_with_parent() instead. | |
70 */ | |
71 void pidgin_log_show_contact(PurpleContact *contact); | |
72 #endif | |
73 | |
74 /** | |
75 * @since 2.3.0 | |
76 */ | |
77 void pidgin_log_show_contact_with_parent(GtkWindow *parent, PurpleContact *contact); | |
78 | |
79 #ifndef PURPLE_DISABLE_DEPRECATED | |
80 /** | |
81 * @deprecated Use pidgin_syslog_show_with_parent() instead. | |
82 */ | |
83 void pidgin_syslog_show(void); | 59 void pidgin_syslog_show(void); |
84 #endif | |
85 | |
86 /** | |
87 * @since 2.3.0 | |
88 */ | |
89 void pidgin_syslog_show_with_parent(GtkWindow *parent); | |
90 | 60 |
91 /**************************************************************************/ | 61 /**************************************************************************/ |
92 /** @name GTK+ Log Subsystem */ | 62 /** @name GTK+ Log Subsystem */ |
93 /**************************************************************************/ | 63 /**************************************************************************/ |
94 /*@{*/ | 64 /*@{*/ |