extensionSystem: Replace Shell.write_soup_message_to_stream with GBytes usage

https://bugzilla.gnome.org/show_bug.cgi?id=676837
This commit is contained in:
Jasper St. Pierre
2012-05-24 12:25:26 -04:00
parent 0c736c4561
commit 96396163cf
3 changed files with 2 additions and 28 deletions

View File

@ -25,10 +25,6 @@ char *shell_util_normalize_and_casefold (const char *str);
char *shell_util_format_date (const char *format,
gint64 time_ms);
void shell_write_soup_message_to_stream (GOutputStream *stream,
SoupMessage *message,
GError **error);
gboolean shell_write_string_to_stream (GOutputStream *stream,
const char *str,
GError **error);