Programming GNOME applications with Vala


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Programming GNOME applications with Vala
# 1  
Old 12-10-2008
Programming GNOME applications with Vala

12-10-2008 02:00 AM
GNOME's Vala programming language lets you use the GLib2 object system at the heart of the GNOME desktop without having to do object-oriented programming in ANSI C. Unlike Mono or Java, a Vala program does not require any virtual machine or runtime libraries, so people who use your Vala objects don't even have to know they are not written in C.



Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Backup & restore Gnome Desktop and all settings in Gnome

Hi I'm looking for scripts to backup & restore Gnome Desktop and all settings in Gnome. (0 Replies)
Discussion started by: ccc
0 Replies
Login or Register to Ask a Question
gnome-panel(1)							   User Commands						    gnome-panel(1)

NAME
gnome-panel - display the GNOME panel SYNOPSIS
gnome-panel [--profile=profile] [gnome-std-options] DESCRIPTION
The GNOME panel displays an area on your screen, which acts as a repository for the main menu, application launchers, and applets. OPTIONS
The following options are supported: --profile=profilUse the specified preferences profile. gnome-std-optionStandard options available for use with most GNOME applications. See gnome-std-options(5). EXAMPLES
Example 1: Launching the GNOME Panel example% gnome-panel EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/gnome-panel Executable for GNOME panel ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-panel | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
Working with Panels Manual Latest version of the GNOME Desktop User Guide for your platform. gnome-panel-preferences(1), gnome-panel-screenshot(1), gnome-desktop-item-edit(1), gnome-std-options(5), attributes(5) NOTES
Written by Mark McLoughlin, Sun Microsystems Inc., 2003. SunOS 5.10 2 Oct 2003 gnome-panel(1)