1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-26 07:29:17 +02:00

* cleanup some header files

This commit is contained in:
Dirk-Jan C. Binnema 2011-05-22 14:48:31 +03:00
parent 9454d31d50
commit abf9c632e3
5 changed files with 22 additions and 16 deletions

View File

@ -1,3 +1,5 @@
/* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/
/* /*
** Copyright (C) 2008-2011 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ** Copyright (C) 2008-2011 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** **

View File

@ -159,7 +159,7 @@ int mu_msg_part_find_cid (MuMsg *msg, const char* content_id);
* @param a regular expression to match the filename with * @param a regular expression to match the filename with
* *
* @return a list with indices for the files matching the pattern; the * @return a list with indices for the files matching the pattern; the
* indices are the GPOINTER_TO_UNIT(lst->data) of the list. The must * indices are the GPOINTER_TO_UINT(lst->data) of the list. The must
* be freed with g_slist_free * be freed with g_slist_free
*/ */
GSList* mu_msg_part_find_files (MuMsg *msg, const GRegex *pattern); GSList* mu_msg_part_find_files (MuMsg *msg, const GRegex *pattern);

View File

@ -1,3 +1,5 @@
/* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/
/* /*
** Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ** Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** **
@ -23,8 +25,8 @@
#include <time.h> #include <time.h>
#include <sys/types.h> #include <sys/types.h>
#include "mu-msg.h" #include <mu-msg.h>
#include "mu-msg-flags.h" #include <mu-msg-flags.h>
G_BEGIN_DECLS G_BEGIN_DECLS

View File

@ -1,3 +1,5 @@
/* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/
/* /*
** Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> ** Copyright (C) 2008-2010 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** **