summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-protocol-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
* _tp_cm_param_spec_set_default: remove, no longer calledSimon McVittie2010-06-291-4/+0
|
* Add stub base-protocol.[ch] and move some TpCMParamSpec functionality thereSimon McVittie2010-06-291-0/+36
_tp_cm_param_spec_to_dbus is new code, which streamlines the conversion between a TpCMParamSpec and the Param_Spec (susv) struct used on D-Bus; the rest has been moved without changes.