summaryrefslogtreecommitdiff
path: root/gabble/error.h
Commit message (Collapse)AuthorAgeFilesLines
* Update Wocky snapshot for One Big Header.Will Thompson2012-02-061-1/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=27489
* gabble_set_tp_conn_error_from_wocky: be sensitive to previous statusSimon McVittie2010-08-031-0/+1
| | | | | | | | | This moves the domain-specific special case from connection.c:remote_error_cb to more generic error-handling code. I'd previously thought that a stream <conflict/> before connecting successfully would be a WOCKY_CONNECTOR_ERROR, but that turns out not to be true.
* gabble_set_tp_conn_error_from_wocky: map Wocky errors to ↵Simon McVittie2010-06-231-0/+5
| | | | TpConnectionStatusReason + TpError
* plugin API: Removed the prefix/suffix __ from header guards.Andre Moreira Magalhaes (andrunko)2010-06-041-2/+2
| | | | | | According to http://gcc.gnu.org/onlinedocs/gcc-2.95.3/cpp_1.html#SEC8 the header guards in non-system header files should be FOO_H not __FOO_H__. The double-underscore is reserved for system headers.
* plugin API: Let error.h be included directly if wanted.Andre Moreira Magalhaes (andrunko)2010-06-031-4/+0
| | | | There is no point in now allowing error.h to be included directly.
* plugin API: Add G_BEGIN/END_DECLS.Andre Moreira Magalhaes (andrunko)2010-06-031-0/+6
|
* plugin API: Add missing and standardize header guards declaration.Andre Moreira Magalhaes (andrunko)2010-06-031-0/+5
| | | | | | | | | | With this change name clashes are more difficult to happen as it's not normal for other projects to use __GABBLE_PLUGINS_XXX__ for header guards while __PLUGIN_H__ and __SIDECAR_H__ are more common. Also in a later patch new files with the same name as files found in src/ will be added and appending GABBLE_PLUGINS to header guards avoid conflicts with the header guards defined in the files in src/.
* plugin API: Standardize header definition.Andre Moreira Magalhaes (andrunko)2010-06-031-2/+2
|
* Add code to map Wocky errors into Telepathy errorsSimon McVittie2010-01-111-0/+27