diff --git a/docs/reference/libnotify-docs.sgml b/docs/reference/libnotify-docs.sgml index f95f52e..b688a3d 100644 --- a/docs/reference/libnotify-docs.sgml +++ b/docs/reference/libnotify-docs.sgml @@ -3,11 +3,11 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> - [Insert name here] Reference Manual + Libnotify Reference Manual - [Insert title here] + Libnotify diff --git a/docs/reference/libnotify.types b/docs/reference/libnotify.types new file mode 100644 index 0000000..0b54896 --- /dev/null +++ b/docs/reference/libnotify.types @@ -0,0 +1,3 @@ +#include + +notify_notification_get_type diff --git a/docs/reference/tmpl/notification.sgml b/docs/reference/tmpl/notification.sgml index cedb907..eb34763 100644 --- a/docs/reference/tmpl/notification.sgml +++ b/docs/reference/tmpl/notification.sgml @@ -71,7 +71,7 @@ An action callback function. A convenience macro for casting a function to a #NotifyActionCallback. This -is much like #G_CALLBACK(). +is much like G_CALLBACK(). @func: The function to cast.