comparison src/uri_utils.h @ 1452:67b40740122e

gint -> gboolean where applicable.
author zas_
date Mon, 16 Mar 2009 19:11:39 +0000
parents 8b89e3ff286b
children 956aab097ea7
comparison
equal deleted inserted replaced
1451:0e67a5992d51 1452:67b40740122e
15 /* dnd data parsers (uris) */ 15 /* dnd data parsers (uris) */
16 16
17 gchar *uri_text_escape(const gchar *text); 17 gchar *uri_text_escape(const gchar *text);
18 void uri_text_decode(gchar *text); 18 void uri_text_decode(gchar *text);
19 19
20 GList *uri_list_from_text(gchar *data, gint files_only); 20 GList *uri_list_from_text(gchar *data, gboolean files_only);
21 GList *uri_filelist_from_text(gchar *data, gint files_only); 21 GList *uri_filelist_from_text(gchar *data, gboolean files_only);
22 gchar *uri_text_from_list(GList *list, gint *len, gint plain_text); 22 gchar *uri_text_from_list(GList *list, gint *len, gboolean plain_text);
23 gchar *uri_text_from_filelist(GList *list, gint *len, gint plain_text); 23 gchar *uri_text_from_filelist(GList *list, gint *len, gboolean plain_text);
24 24
25 #endif /* URI_UTILS_H */ 25 #endif /* URI_UTILS_H */
26 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ 26 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */