Add Emacs mode lines to C sources

This commit is contained in:
Colin Walters 2012-02-03 13:42:56 -05:00
parent b9d0981460
commit e865dcb7b4
56 changed files with 111 additions and 58 deletions

View File

@ -1,4 +1,5 @@
/* GObject introspection: Dump introspection data /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Dump introspection data
* *
* Copyright (C) 2008 Colin Walters <walters@verbum.org> * Copyright (C) 2008 Colin Walters <walters@verbum.org>
* *

View File

@ -1,3 +1,4 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
#include "gdump.c" #include "gdump.c"
#include <gio/gunixoutputstream.h> #include <gio/gunixoutputstream.h>

View File

@ -1,4 +1,5 @@
/* GObject introspection: Argument implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Argument implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Argument /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Argument
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Base struct implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Base struct implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: GIBaseInfo /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: GIBaseInfo
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Callable implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Callable implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Callable /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Callable
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Constant implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Constant implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Constant /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Constant
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Enum implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Enum implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Enum and Enum values /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Enum and Enum values
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Field implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Field implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Field and Field values /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Field and Field values
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Function implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Function implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Function /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Function
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Interface implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Interface implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Interface /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Interface
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Invoke functionality /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Invoke functionality
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* *

View File

@ -1,4 +1,5 @@
/* GObject introspection: Object implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Object implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Object /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Object
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Property implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Property implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Property /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Property
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Registered Type implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Registered Type implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Registered Type /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Registered Type
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,5 +1,5 @@
/* -*- Mode: C; c-file-style: "gnu"; -*- */ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
/* GObject introspection: Private headers * GObject introspection: Private headers
* *
* Copyright (C) 2010 Johan Dahlin * Copyright (C) 2010 Johan Dahlin
* *

View File

@ -1,5 +1,5 @@
/* -*- Mode: C; c-file-style: "gnu"; -*- */ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
/* GObject introspection: Repository implementation * GObject introspection: Repository implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008 Colin Walters <walters@verbum.org> * Copyright (C) 2008 Colin Walters <walters@verbum.org>

View File

@ -1,4 +1,5 @@
/* GObject introspection: Repository /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Repository
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Helper functions for ffi integration /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Helper functions for ffi integration
* *
* Copyright (C) 2008 Red Hat, Inc * Copyright (C) 2008 Red Hat, Inc
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen

View File

@ -1,4 +1,5 @@
/* GObject introspection: Helper functions for ffi integration /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Helper functions for ffi integration
* *
* Copyright (C) 2008 Red Hat, Inc * Copyright (C) 2008 Red Hat, Inc
* *

View File

@ -1,4 +1,5 @@
/* GObject introspection: Typelib creation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Typelib creation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* *

View File

@ -1,4 +1,5 @@
/* GObject introspection: Parsed IDL /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Parsed IDL
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* *

View File

@ -1,4 +1,5 @@
/* GObject introspection: Typelib creation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Typelib creation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Parsed GIR /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Parsed GIR
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* *

View File

@ -1,4 +1,5 @@
/* GObject introspection: Compute structure offsets /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Compute structure offsets
* *
* Copyright (C) 2008 Red Hat, Inc. * Copyright (C) 2008 Red Hat, Inc.
* *

View File

@ -1,4 +1,5 @@
/* GObject introspection: A parser for the XML GIR format /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: A parser for the XML GIR format
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008 Philip Van Hoof * Copyright (C) 2008 Philip Van Hoof

View File

@ -1,4 +1,5 @@
/* GObject introspection: A parser for the XML GIR format /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: A parser for the XML GIR format
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* *

View File

@ -1,5 +1,5 @@
/* -*- Mode: C; c-file-style: "gnu"; -*- */ /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
/* GObject introspection: IDL generator * GObject introspection: IDL generator
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: IDL writer /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: IDL writer
* *
* Copyright (C) 2007 Johan Dahlin * Copyright (C) 2007 Johan Dahlin
* *

View File

@ -1,4 +1,5 @@
/* GObject introspection: Signal implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Signal implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Signal /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Signal
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Struct implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Struct implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Struct /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Struct
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Type implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Type implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Type /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Type
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: struct definitions for the binary /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: struct definitions for the binary
* typelib format, validation * typelib format, validation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen

View File

@ -1,4 +1,5 @@
/* GObject introspection: typelib validation, auxiliary functions /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: typelib validation, auxiliary functions
* related to the binary typelib format * related to the binary typelib format
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen

View File

@ -1,4 +1,5 @@
/* GObject introspection: Public typelib API /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Public typelib API
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: types /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: types
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Union implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Union implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Union /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Union
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Virtual Function implementation /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Virtual Function implementation
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Virtual Functions /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Virtual Functions
* *
* Copyright (C) 2005 Matthias Clasen * Copyright (C) 2005 Matthias Clasen
* Copyright (C) 2008,2009 Red Hat, Inc. * Copyright (C) 2008,2009 Red Hat, Inc.

View File

@ -1,4 +1,5 @@
/* GObject introspection: Compatibility definitions /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Compatibility definitions
* *
* Copyright (C) 2009 Javier Jardón * Copyright (C) 2009 Javier Jardón
* *

View File

@ -1,4 +1,5 @@
/* GObject introspection: Test typelib hashing /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Test typelib hashing
* *
* Copyright (C) 2010 Red Hat, Inc. * Copyright (C) 2010 Red Hat, Inc.
* *

View File

@ -1,4 +1,5 @@
/* GObject introspection: Typelib hashing /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*-
* GObject introspection: Typelib hashing
* *
* Copyright (C) 2010 Red Hat, Inc. * Copyright (C) 2010 Red Hat, Inc.
* *