epoc32/include/stdapis/dbus-1.0/dbus/dbus-misc.h
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 /* -*- mode: C; c-file-style: "gnu" -*- */
     2 /* dbus-misc.h  A few assorted public functions that don't fit elsewhere
     3  *
     4  * Copyright (C) 2006 Red Hat, Inc.
     5  * Portion Copyright © 2008 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
     6  * Licensed under the Academic Free License version 2.1
     7  * 
     8  * This program is free software; you can redistribute it and/or modify
     9  * it under the terms of the GNU General Public License as published by
    10  * the Free Software Foundation; either version 2 of the License, or
    11  * (at your option) any later version.
    12  *
    13  * This program is distributed in the hope that it will be useful,
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16  * GNU General Public License for more details.
    17  * 
    18  * You should have received a copy of the GNU General Public License
    19  * along with this program; if not, write to the Free Software
    20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    21  *
    22  */
    23 #if !defined (DBUS_INSIDE_DBUS_H) && !defined (DBUS_COMPILATION)
    24 #error "Only <dbus/dbus.h> can be included directly, this file may disappear or change contents."
    25 #endif
    26 
    27 #ifndef DBUS_MISC_H
    28 #define DBUS_MISC_H
    29 
    30 #include <dbus/dbus-types.h>
    31 #include <dbus/dbus-errors.h>
    32 
    33 DBUS_BEGIN_DECLS
    34 
    35 /**
    36  * @addtogroup DBusMisc
    37  * @{
    38  */
    39 
    40 #ifdef __SYMBIAN32__
    41 IMPORT_C
    42 #endif
    43 char*       dbus_get_local_machine_id              (void);
    44 
    45 /** @} */
    46 
    47 DBUS_END_DECLS
    48 
    49 #endif /* DBUS_MISC_H */
    50