X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtkmodules.h;h=4aca3606ea94e1294d4f89badbe3c1b9b369b9cb;hb=9f41970832b60f3cf6644dfbd154df7ec24f26ce;hp=a2adfce78a61a17d2bb4742287890186600a99d5;hpb=be632558dc002e0df1168680bfdd37823687dca6;p=~andy%2Fgtk diff --git a/gtk/gtkmodules.h b/gtk/gtkmodules.h index a2adfce78..4aca3606e 100644 --- a/gtk/gtkmodules.h +++ b/gtk/gtkmodules.h @@ -13,27 +13,24 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ -#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) -#error "Only can be included directly." -#endif - #ifndef __GTK_MODULES_H__ #define __GTK_MODULES_H__ -#include +#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION) +#error "Only can be included directly." +#endif +#include G_BEGIN_DECLS /** * GtkModuleInitFunc: - * @argc: GTK+ always passes %NULL for this argument - * @argv: GTK+ always passes %NULL for this argument + * @argc: (allow-none): GTK+ always passes %NULL for this argument + * @argv: (allow-none) (array length=argc): GTK+ always passes %NULL for this argument * * Each GTK+ module must have a function gtk_module_init() * with this prototype. This function is called after loading