[Bug 27178] don't install private headers, and privatize most of the API/ABI

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Mar 18 20:18:44 CET 2010


http://bugs.freedesktop.org/show_bug.cgi?id=27178





--- Comment #4 from Cosimo Alfarano <cosimo.alfarano at collabora.co.uk>  2010-03-18 12:18:43 PST ---
log-entry.c/log-entry-text.c

the naming follows the ChannelType.

There are several methods duplicated, my intention is to drop most of them and
keep only
tpl_log_entry_<method> for what is implemented in TplLogEntry and
tpl_log_entry_text_<method> for what is implemented in TplLogEntryText

dropping things similar to:

const gchar* (*get_log_id) (TplLogEntry *self);

in TplLogEntryClass and the related

const gchar *tpl_log_entry_text_get_log_id (TplLogEntryText *self);

which create only confusion and keeping only

const gchar* tpl_log_entry_get_log_id (TplLogEntry *self);

Unless in tp-glib is done differently.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the telepathy-bugs mailing list