Geary.Logging: Add/update API docs for the package and a few functions
This commit is contained in:
parent
834b6eb4bf
commit
5ce6517b3b
2 changed files with 23 additions and 6 deletions
|
|
@ -112,7 +112,7 @@ public class Application.Client : Gtk.Application {
|
|||
N_("Log folder normalization"), null },
|
||||
{ OPTION_LOG_IMAP, 0, 0, GLib.OptionArg.NONE, null,
|
||||
/// Command line option
|
||||
N_("Log IMAP messages"), null },
|
||||
N_("Log IMAP network activity"), null },
|
||||
{ OPTION_LOG_REPLAY_QUEUE, 0, 0, GLib.OptionArg.NONE, null,
|
||||
/// Command line option. The IMAP replay queue is how changes
|
||||
/// on the server are replicated on the client. It could
|
||||
|
|
@ -120,7 +120,7 @@ public class Application.Client : Gtk.Application {
|
|||
N_("Log IMAP replay queue"), null },
|
||||
{ OPTION_LOG_SMTP, 0, 0, GLib.OptionArg.NONE, null,
|
||||
/// Command line option
|
||||
N_("Log SMTP messages"), null },
|
||||
N_("Log SMTP network activity"), null },
|
||||
{ OPTION_LOG_SQL, 0, 0, GLib.OptionArg.NONE, null,
|
||||
/// Command line option
|
||||
N_("Log database queries (generates lots of messages)"), null },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue