diff options
| author | Matthew Barnes <mbarnes@redhat.com> | 2013-01-24 13:05:37 -0500 |
|---|---|---|
| committer | Matthew Barnes <mbarnes@redhat.com> | 2013-01-24 13:48:52 -0500 |
| commit | a0c00749c7e28a606ffaa280b5006dbebe0d3cf9 (patch) | |
| tree | 69bb5f9afabfebf115644af71dbffccf449cde92 /docs/reference/private | |
| parent | aa7bbe4e267c9985f5f9510314afbf98adee9172 (diff) | |
| download | evolution-data-server-a0c00749c7e28a606ffaa280b5006dbebe0d3cf9.tar.gz | |
Generate D-Bus factory interfaces with gdbus-codegen.
Diffstat (limited to 'docs/reference/private')
| -rw-r--r-- | docs/reference/private/libedbus-private-docs.sgml | 4 | ||||
| -rw-r--r-- | docs/reference/private/libedbus-private-sections.txt | 106 | ||||
| -rw-r--r-- | docs/reference/private/libedbus-private.types | 8 |
3 files changed, 118 insertions, 0 deletions
diff --git a/docs/reference/private/libedbus-private-docs.sgml b/docs/reference/private/libedbus-private-docs.sgml index a08b865dd..e628863d8 100644 --- a/docs/reference/private/libedbus-private-docs.sgml +++ b/docs/reference/private/libedbus-private-docs.sgml @@ -20,6 +20,8 @@ <xi:include href="xml/e-dbus-source-manager.xml"/> <xi:include href="xml/e-dbus-object-manager-client.xml"/> <xi:include href="xml/e-dbus-authenticator.xml"/> + <xi:include href="xml/e-dbus-address-book-factory.xml"/> + <xi:include href="xml/e-dbus-calendar-factory.xml"/> <xi:include href="xml/e-dbus-user-prompter.xml"/> </chapter> @@ -33,6 +35,8 @@ <xi:include href="../../../private/e-dbus-source-org.gnome.evolution.dataserver.Source.OAuth2Support.xml"/> <xi:include href="../../../private/e-dbus-source-manager-org.gnome.evolution.dataserver.SourceManager.xml"/> <xi:include href="../../../private/e-dbus-authenticator-org.gnome.evolution.dataserver.Authenticator.xml"/> + <xi:include href="../../../private/e-dbus-address-book-factory-org.gnome.evolution.dataserver.AddressBookFactory.xml"/> + <xi:include href="../../../private/e-dbus-calendar-factory-org.gnome.evolution.dataserver.CalendarFactory.xml"/> <xi:include href="../../../private/e-dbus-user-prompter-org.gnome.evolution.dataserver.UserPrompter.xml"/> </chapter> diff --git a/docs/reference/private/libedbus-private-sections.txt b/docs/reference/private/libedbus-private-sections.txt index fdae9fda0..b8fd1da33 100644 --- a/docs/reference/private/libedbus-private-sections.txt +++ b/docs/reference/private/libedbus-private-sections.txt @@ -1,4 +1,53 @@ <SECTION> +<FILE>e-dbus-address-book-factory</FILE> +<TITLE>EDBusAddressBookFactory</TITLE> +EDBusAddressBookFactory +e_dbus_address_book_factory_call_open_address_book_sync +e_dbus_address_book_factory_call_open_address_book +e_dbus_address_book_factory_call_open_address_book_finish +e_dbus_address_book_factory_complete_open_address_book +e_dbus_address_book_factory_interface_info +e_dbus_address_book_factory_override_properties +<SUBSECTION Proxy> +EDBusAddressBookFactoryProxy +e_dbus_address_book_factory_proxy_new_sync +e_dbus_address_book_factory_proxy_new +e_dbus_address_book_factory_proxy_new_finish +e_dbus_address_book_factory_proxy_new_for_bus_sync +e_dbus_address_book_factory_proxy_new_for_bus +e_dbus_address_book_factory_proxy_new_for_bus_finish +<SUBSECTION Skeleton> +EDBusAddressBookFactorySkeleton +e_dbus_address_book_factory_skeleton_new +<SUBSECTION Standard> +E_DBUS_ADDRESS_BOOK_FACTORY +E_DBUS_IS_ADDRESS_BOOK_FACTORY +E_DBUS_TYPE_ADDRESS_BOOK_FACTORY +E_DBUS_ADDRESS_BOOK_FACTORY_GET_IFACE +E_DBUS_ADDRESS_BOOK_FACTORY_PROXY +E_DBUS_IS_ADDRESS_BOOK_FACTORY_PROXY +E_DBUS_TYPE_ADDRESS_BOOK_FACTORY_PROXY +E_DBUS_ADDRESS_BOOK_FACTORY_PROXY_CLASS +E_DBUS_IS_ADDRESS_BOOK_FACTORY_PROXY_CLASS +E_DBUS_ADDRESS_BOOK_FACTORY_PROXY_GET_CLASS +E_DBUS_ADDRESS_BOOK_FACTORY_SKELETON +E_DBUS_IS_ADDRESS_BOOK_FACTORY_SKELETON +E_DBUS_TYPE_ADDRESS_BOOK_FACTORY_SKELETON +E_DBUS_ADDRESS_BOOK_FACTORY_SKELETON_CLASS +E_DBUS_IS_ADDRESS_BOOK_FACTORY_SKELETON_CLASS +E_DBUS_ADDRESS_BOOK_FACTORY_SKELETON_GET_CLASS +EDBusAddressBookFactoryIface +EDBusAddressBookFactoryProxyClass +EDBusAddressBookFactorySkeletonClass +e_dbus_address_book_factory_get_type +e_dbus_address_book_factory_proxy_get_type +e_dbus_address_book_factory_skeleton_get_type +<SUBSECTION Private> +EDBusAddressBookFactoryProxyPrivate +EDBusAddressBookFactorySkeletonPrivate +</SECTION> + +<SECTION> <FILE>e-dbus-authenticator</FILE> <TITLE>EDBusAuthenticator</TITLE> EDBusAuthenticator @@ -62,6 +111,63 @@ EDBusAuthenticatorSkeletonPrivate </SECTION> <SECTION> +<FILE>e-dbus-calendar-factory</FILE> +<TITLE>EDBusCalendarFactory</TITLE> +EDBusCalendarFactory +e_dbus_calendar_factory_call_open_calendar_sync +e_dbus_calendar_factory_call_open_calendar +e_dbus_calendar_factory_call_open_calendar_finish +e_dbus_calendar_factory_complete_open_calendar +e_dbus_calendar_factory_call_open_task_list_sync +e_dbus_calendar_factory_call_open_task_list +e_dbus_calendar_factory_call_open_task_list_finish +e_dbus_calendar_factory_complete_open_task_list +e_dbus_calendar_factory_call_open_memo_list_sync +e_dbus_calendar_factory_call_open_memo_list +e_dbus_calendar_factory_call_open_memo_list_finish +e_dbus_calendar_factory_complete_open_memo_list +e_dbus_calendar_factory_interface_info +e_dbus_calendar_factory_override_properties +<SUBSECTION Proxy> +EDBusCalendarFactoryProxy +e_dbus_calendar_factory_proxy_new_sync +e_dbus_calendar_factory_proxy_new +e_dbus_calendar_factory_proxy_new_finish +e_dbus_calendar_factory_proxy_new_for_bus_sync +e_dbus_calendar_factory_proxy_new_for_bus +e_dbus_calendar_factory_proxy_new_for_bus_finish +<SUBSECTION Skeleton> +EDBusCalendarFactorySkeleton +e_dbus_calendar_factory_skeleton_new +<SUBSECTION Standard> +E_DBUS_CALENDAR_FACTORY +E_DBUS_IS_CALENDAR_FACTORY +E_DBUS_TYPE_CALENDAR_FACTORY +E_DBUS_CALENDAR_FACTORY_GET_IFACE +E_DBUS_CALENDAR_FACTORY_PROXY +E_DBUS_IS_CALENDAR_FACTORY_PROXY +E_DBUS_TYPE_CALENDAR_FACTORY_PROXY +E_DBUS_CALENDAR_FACTORY_PROXY_CLASS +E_DBUS_IS_CALENDAR_FACTORY_PROXY_CLASS +E_DBUS_CALENDAR_FACTORY_PROXY_GET_CLASS +E_DBUS_CALENDAR_FACTORY_SKELETON +E_DBUS_IS_CALENDAR_FACTORY_SKELETON +E_DBUS_TYPE_CALENDAR_FACTORY_SKELETON +E_DBUS_CALENDAR_FACTORY_SKELETON_CLASS +E_DBUS_IS_CALENDAR_FACTORY_SKELETON_CLASS +E_DBUS_CALENDAR_FACTORY_SKELETON_GET_CLASS +EDBusCalendarFactoryIface +EDBusCalendarFactoryProxyClass +EDBusCalendarFactorySkeletonClass +e_dbus_calendar_factory_get_type +e_dbus_calendar_factory_proxy_get_type +e_dbus_calendar_factory_skeleton_get_type +<SUBSECTION Private> +EDBusCalendarFactoryProxyPrivate +EDBusCalendarFactorySkeletonPrivate +</SECTION> + +<SECTION> <FILE>e-dbus-object</FILE> <TITLE>EDBusObject</TITLE> EDBusObject diff --git a/docs/reference/private/libedbus-private.types b/docs/reference/private/libedbus-private.types index 5d69a16b3..d950f0ba0 100644 --- a/docs/reference/private/libedbus-private.types +++ b/docs/reference/private/libedbus-private.types @@ -1,6 +1,8 @@ #include <private/e-dbus-source.h> #include <private/e-dbus-source-manager.h> #include <private/e-dbus-authenticator.h> +#include <private/e-dbus-address-book-factory.h> +#include <private/e-dbus-calendar-factory.h> #include <private/e-dbus-user-prompter.h> e_dbus_object_get_type @@ -31,6 +33,12 @@ e_dbus_source_oauth2_support_skeleton_get_type e_dbus_authenticator_get_type e_dbus_authenticator_proxy_get_type e_dbus_authenticator_skeleton_get_type +e_dbus_address_book_factory_get_type +e_dbus_address_book_factory_proxy_get_type +e_dbus_address_book_factory_skeleton_get_type +e_dbus_calendar_factory_get_type +e_dbus_calendar_factory_proxy_get_type +e_dbus_calendar_factory_skeleton_get_type e_dbus_user_prompter_get_type e_dbus_user_prompter_proxy_get_type e_dbus_user_prompter_skeleton_get_type |
