galago-utils-priv.h File Reference
Private utility functions. More...
#include <stdlib.h>
#include <libgalago/galago-dbus-compat.h>
Go to the source code of this file.
Misc. macros | |
#define | GALAGO_VA_COPY(ap1, ap2) ((ap1) = (ap2)) |
#define | DEPRECATE_OLD_GET_CLASS(oldname, newname) |
Detailed Description
Private utility functions.
- Copyright:
- (C) 2005 Christian Hammond
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 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.
Definition in file galago-utils-priv.h.
Define Documentation
|
Value: GalagoObjectClass * \ oldname##_get_class(void) \ { \ galago_log_warning("%s_get_class() is deprecated. Please recompile " \ "your application to fix this error.\n", #oldname); \ return newname##_get_class(); \ } Definition at line 52 of file galago-utils-priv.h. |