diff --git a/Makefile b/Makefile index 1df58b8..9b11d1b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Mailer -VERSION = 0.1.5 +VERSION = 0.1.6 SUBDIRS = data doc include po src src/plugins tests RM ?= rm -f LN ?= ln -f diff --git a/config.h b/config.h index ff7b537..f7c009c 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Mailer" -#define VERSION "0.1.5" +#define VERSION "0.1.6" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 8e03137..dead809 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Mailer" -VERSION="0.1.5" +VERSION="0.1.6" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/doc/gtkdoc/Mailer-docs.xml b/doc/gtkdoc/Mailer-docs.xml index 4d3e10f..05df641 100644 --- a/doc/gtkdoc/Mailer-docs.xml +++ b/doc/gtkdoc/Mailer-docs.xml @@ -5,7 +5,7 @@ - + ]> diff --git a/doc/gtkdoc/tmpl/Mailer-unused.sgml b/doc/gtkdoc/tmpl/Mailer-unused.sgml index e69de29..d713277 100644 --- a/doc/gtkdoc/tmpl/Mailer-unused.sgml +++ b/doc/gtkdoc/tmpl/Mailer-unused.sgml @@ -0,0 +1,17 @@ + + + + + +@folder: +@Returns: + + + + + + +@account: +@format: +@...: + diff --git a/doc/gtkdoc/tmpl/account.sgml b/doc/gtkdoc/tmpl/account.sgml index 963297c..ebc5155 100644 --- a/doc/gtkdoc/tmpl/account.sgml +++ b/doc/gtkdoc/tmpl/account.sgml @@ -39,12 +39,32 @@ Account @ACT_BOOLEAN: @ACT_SEPARATOR: + + + + + +@AET_STARTED: +@AET_STOPPED: +@AET_STATUS: + + + + + + +@AS_CONNECTING: +@AS_CONNECTED: +@AS_DISCONNECTED: +@AS_AUTHENTICATED: +@AS_IDLE: + @@ -85,6 +105,15 @@ Account @Returns: + + + + + +@account: +@event: + + @@ -196,13 +225,3 @@ Account @Returns: - - - - - -@account: -@format: -@...: - - diff --git a/doc/gtkdoc/tmpl/folder.sgml b/doc/gtkdoc/tmpl/folder.sgml index 562cce7..a890255 100644 --- a/doc/gtkdoc/tmpl/folder.sgml +++ b/doc/gtkdoc/tmpl/folder.sgml @@ -40,7 +40,7 @@ Folder - + diff --git a/doc/gtkdoc/tmpl/helper.sgml b/doc/gtkdoc/tmpl/helper.sgml index 77f1ca3..2b82519 100644 --- a/doc/gtkdoc/tmpl/helper.sgml +++ b/doc/gtkdoc/tmpl/helper.sgml @@ -20,6 +20,16 @@ Helper + + + + + +@date: +@tm: +@Returns: + + diff --git a/doc/gtkdoc/tmpl/mailer.sgml b/doc/gtkdoc/tmpl/mailer.sgml index f534726..4833362 100644 --- a/doc/gtkdoc/tmpl/mailer.sgml +++ b/doc/gtkdoc/tmpl/mailer.sgml @@ -54,6 +54,12 @@ Mailer + + + + + + @@ -85,3 +91,9 @@ Mailer @MHC_READ: @MHC_WEIGHT: + + + + + + diff --git a/doc/gtkdoc/tmpl/message.sgml b/doc/gtkdoc/tmpl/message.sgml index aaf45e9..788d4a6 100644 --- a/doc/gtkdoc/tmpl/message.sgml +++ b/doc/gtkdoc/tmpl/message.sgml @@ -26,7 +26,7 @@ Message - + @@ -42,3 +42,13 @@ Message @Returns: + + + + + +@message: +@filename: +@Returns: + + diff --git a/doc/gtkdoc/tmpl/plugin.sgml b/doc/gtkdoc/tmpl/plugin.sgml index ef063ca..0a13744 100644 --- a/doc/gtkdoc/tmpl/plugin.sgml +++ b/doc/gtkdoc/tmpl/plugin.sgml @@ -46,15 +46,6 @@ MailerPlugin @Returns: - - - - - -@folder: -@Returns: - - diff --git a/project.conf b/project.conf index 2a7f686..870a7ce 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Mailer -version=0.1.5 +version=0.1.6 config=h,sh subdirs=data,doc,include,po,src,src/plugins,tests