Software: Apache/2.2.3 (CentOS). PHP/5.1.6 uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/libplanner/ drwxr-xr-x |
Viewing file: libplanner-mrp-property.html (22.17 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Synopsis#include <libplanner/planner.h> typedef MrpProperty; enum MrpPropertyType; MrpProperty* mrp_property_new (const gchar *name, MrpPropertyType type, const gchar *label, const gchar *description, gboolean user_defined); const gchar* mrp_property_get_name (MrpProperty *property); MrpPropertyType mrp_property_get_property_type (MrpProperty *property); void mrp_property_set_label (MrpProperty *property, const gchar *label); const gchar* mrp_property_get_label (MrpProperty *property); void mrp_property_set_description (MrpProperty *property, const gchar *description); const gchar* mrp_property_get_description (MrpProperty *property); void mrp_property_set_user_defined (MrpProperty *property, gboolean user_defined); gboolean mrp_property_get_user_defined (MrpProperty *property); MrpProperty* mrp_property_ref (MrpProperty *property); void mrp_property_unref (MrpProperty *property); const gchar* mrp_property_type_as_string (MrpPropertyType type); DescriptionMrpProperty is a typedef to GParamSpec. It is used to add properties to projects, resources and tasks in run time, for example by the user of a GUI application, or plugins that add functionality. Detailsenum MrpPropertyTypetypedef enum { MRP_PROPERTY_TYPE_NONE, MRP_PROPERTY_TYPE_INT, MRP_PROPERTY_TYPE_FLOAT, MRP_PROPERTY_TYPE_STRING, MRP_PROPERTY_TYPE_STRING_LIST, MRP_PROPERTY_TYPE_DATE, MRP_PROPERTY_TYPE_DURATION, MRP_PROPERTY_TYPE_COST } MrpPropertyType; The different types of custom properties. Cost and duration are simply float and integer values, but the extra information provided makes it possible to format the values properly in a GUI. mrp_property_new ()MrpProperty* mrp_property_new (const gchar *name, MrpPropertyType type, const gchar *label, const gchar *description, gboolean user_defined);
Creates a new MrpProperty.
mrp_property_get_name ()const gchar* mrp_property_get_name (MrpProperty *property);
Fetches the name of
mrp_property_get_property_type ()MrpPropertyType mrp_property_get_property_type (MrpProperty *property);
Fetches the type of
mrp_property_set_label ()void mrp_property_set_label (MrpProperty *property, const gchar *label);
Sets the label of
mrp_property_get_label ()const gchar* mrp_property_get_label (MrpProperty *property);
Fetches the label of
mrp_property_set_description ()void mrp_property_set_description (MrpProperty *property, const gchar *description);
Sets the description of
mrp_property_get_description ()const gchar* mrp_property_get_description (MrpProperty *property);
Fetches the description of
mrp_property_set_user_defined ()void mrp_property_set_user_defined (MrpProperty *property, gboolean user_defined);
Sets if
mrp_property_get_user_defined ()gboolean mrp_property_get_user_defined (MrpProperty *property);
Fetches if
mrp_property_ref ()MrpProperty* mrp_property_ref (MrpProperty *property);
Add a reference to
mrp_property_unref ()void mrp_property_unref (MrpProperty *property);
Remove a reference from
mrp_property_type_as_string ()const gchar* mrp_property_type_as_string (MrpPropertyType type); Transform a MrpPropertyTYpe into a human readable string.
|
:: Command execute :: | |
:: Shadow's tricks :D :: | |
Useful Commands
|
:: Preddy's tricks :D :: | |
Php Safe-Mode Bypass (Read Files)
|
--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0415 ]-- |