diff options
author | Marco Barisione <marco@barisione.org> | 2007-08-08 03:03:19 +0800 |
---|---|---|
committer | Marco Barisione <mbari@src.gnome.org> | 2007-08-08 03:03:19 +0800 |
commit | 2d366a83ee60c3c10395900498499e9ff081f3a2 (patch) | |
tree | b402c16c3a9643cd05acf33802750d1accdb7930 /doc/libempathy-gtk | |
parent | 57acf434c3ac37946f2a2d249eafd02a0130d75d (diff) | |
download | gsoc2013-empathy-2d366a83ee60c3c10395900498499e9ff081f3a2.tar gsoc2013-empathy-2d366a83ee60c3c10395900498499e9ff081f3a2.tar.gz gsoc2013-empathy-2d366a83ee60c3c10395900498499e9ff081f3a2.tar.bz2 gsoc2013-empathy-2d366a83ee60c3c10395900498499e9ff081f3a2.tar.lz gsoc2013-empathy-2d366a83ee60c3c10395900498499e9ff081f3a2.tar.xz gsoc2013-empathy-2d366a83ee60c3c10395900498499e9ff081f3a2.tar.zst gsoc2013-empathy-2d366a83ee60c3c10395900498499e9ff081f3a2.zip |
Remove empathy-marshal-main.c and include empathy-marshal.h from
2007-08-07 Marco Barisione <marco@barisione.org>
* libempathy/Makefile.am:
* libempathy/empathy-marshal-main.c: Remove empathy-marshal-main.c and
include empathy-marshal.h from empathy-marshal.c.
* libempathy/Makefile.am:
* libempathy-gtk/Makefile.am: Generate files for enum types with
glib-mkenums.
* libempathy/empathy-contact.c:
* libempathy/empathy-idle.c:
* libempathy/empathy-message.c:
* libempathy/empathy-presence.c:
* libempathy-gtk/empathy-main-window.c:
* libempathy-gtk/empathy-preferences.c:
* doc/libempathy-gtk/libempathy-gtk.types:
* doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Use
g_param_spec_enum() and g_param_spec_flags() instead of
g_param_spec_(u)int.
Fixes bug #462465.
* libempathy-gtk/empathy-contact-list-store.c:
* libempathy-gtk/empathy-contact-list-store.h: Remove
empathy_contact_list_store_sort_get_type() as it's now auto-generated
by glib-mkenums.
svn path=/trunk/; revision=234
Diffstat (limited to 'doc/libempathy-gtk')
-rw-r--r-- | doc/libempathy-gtk/libempathy-gtk.types | 1 | ||||
-rw-r--r-- | doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml | 36 |
2 files changed, 1 insertions, 36 deletions
diff --git a/doc/libempathy-gtk/libempathy-gtk.types b/doc/libempathy-gtk/libempathy-gtk.types index 50c8f0896..64bfe5c01 100644 --- a/doc/libempathy-gtk/libempathy-gtk.types +++ b/doc/libempathy-gtk/libempathy-gtk.types @@ -14,7 +14,6 @@ #include <libempathy-gtk/empathy-cell-renderer-expander.h> empathy_cell_renderer_text_get_type -empathy_contact_list_store_get_type empathy_account_chooser_get_type empathy_chat_get_type empathy_chat_window_get_type diff --git a/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml b/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml index 3e764ffea..a4430da49 100644 --- a/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml +++ b/doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml @@ -17,13 +17,6 @@ EmpathyContactListStore <!-- ##### SECTION Stability_Level ##### --> -<!-- ##### MACRO EMPATHY_TYPE_CONTACT_LIST_STORE_SORT ##### --> -<para> - -</para> - - - <!-- ##### ENUM EmpathyContactListStoreSort ##### --> <para> @@ -43,26 +36,7 @@ EmpathyContactListStore </para> - -<!-- ##### ARG EmpathyContactListStore:is-compact ##### --> -<para> - -</para> - -<!-- ##### ARG EmpathyContactListStore:show-avatars ##### --> -<para> - -</para> - -<!-- ##### ARG EmpathyContactListStore:show-offline ##### --> -<para> - -</para> - -<!-- ##### ARG EmpathyContactListStore:sort-criterium ##### --> -<para> - -</para> +@parent: <!-- ##### USER_FUNCTION EmpathyContactGroupsFunc ##### --> <para> @@ -74,14 +48,6 @@ EmpathyContactListStore @Returns: -<!-- ##### FUNCTION empathy_contact_list_store_get_type ##### --> -<para> - -</para> - -@Returns: - - <!-- ##### FUNCTION empathy_contact_list_store_new ##### --> <para> |