2015-04-09 20:25:05 +03:00
|
|
|
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
2012-05-21 15:12:37 +04:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2002-03-22 02:47:46 +03:00
|
|
|
|
|
|
|
#ifndef nsCategoryManagerUtils_h__
|
|
|
|
#define nsCategoryManagerUtils_h__
|
|
|
|
|
2014-08-03 00:44:06 +04:00
|
|
|
void NS_CreateServicesFromCategory(const char* aCategory, nsISupports* aOrigin,
|
2016-04-20 22:06:13 +03:00
|
|
|
const char* aObserverTopic,
|
|
|
|
const char16_t* aObserverData = nullptr);
|
2002-07-18 09:09:10 +04:00
|
|
|
|
2002-03-22 02:47:46 +03:00
|
|
|
#endif
|