summaryrefslogtreecommitdiff
path: root/telepathy-glib/message-internal.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark all -internal headers as /*<private_header>*/Simon McVittie2012-05-071-0/+1
| | | | | | | | | | This is a nicer way to get them out of the gtk-doc than listing them all in docs/reference/Makefile.am. (We still need to mention proxy-introspectable.h there, though - it's private from gtk-doc's point of view, but not gobject-introspection's.) Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49384
* reorder includesGuillaume Desmottes2010-12-091-0/+2
|
* move TpMessage message-mixin specific variables to TpCMMessageGuillaume Desmottes2010-12-091-10/+0
|
* rename _tp_message_immutable and make it actually workGuillaume Desmottes2010-12-091-1/+1
|
* TpMessage: add mutable checkGuillaume Desmottes2010-12-091-0/+3
|
* move the connection and handle set to TpCMMessagePrivateGuillaume Desmottes2010-12-091-5/+0
|
* message-internal.h: no need for padding, it's not part of the APIGuillaume Desmottes2010-12-091-1/+0
|
* make a GObject of TpMessageGuillaume Desmottes2010-12-091-0/+13
| | | | Basically just the boilerplate for now, we still use it as a struct.
* move TpMessage to its own filesGuillaume Desmottes2010-12-091-0/+53