glibmm 2.80.0
|
Namespaces | |
namespace | Ascii |
namespace | Base64 |
namespace | Container_Helpers |
namespace | Markup |
namespace | Traits |
namespace | Unicode |
Classes | |
class | ArrayHandler |
A utility for converting between std::vector and plain C arrays. More... | |
class | ArrayHandler< bool > |
class | Binding |
Bind two object properties. More... | |
class | ByteArray |
ByteArray - Arrays of bytes. More... | |
class | Bytes |
A simple refcounted data type representing an immutable byte sequence from an unspecified origin. More... | |
class | Checksum |
Computes the checksum for data. More... | |
class | ConvertError |
Exception class for charset conversion errors. More... | |
class | Date |
Julian calendar date. More... | |
class | DateTime |
DateTime - A structure representing Date and Time. More... | |
class | DBusHandle |
Class for D-Bus handles in Glib::Variant. More... | |
class | DBusObjectPathString |
String class for D-Bus object paths in Glib::Variant. More... | |
class | DBusSignatureString |
String class for D-Bus signatures in Glib::Variant. More... | |
class | Dir |
Utility class representing an open directory. More... | |
class | DirIterator |
The iterator type of Glib::Dir. More... | |
class | Dispatcher |
Signal class for inter-thread communication. More... | |
class | Environ |
A convenience class for manipulating a copy of the environment variables. More... | |
class | Error |
class | ExtraClassInit |
A convenience class for named custom types. More... | |
class | FileError |
Exception class for file-related errors. More... | |
class | IConv |
Thin iconv() wrapper. More... | |
class | IdleSource |
class | Interface |
class | IOChannel |
IOChannel aims to provide portable I/O support for files, pipes and sockets, and to integrate them with the GLib main event loop. More... | |
class | IOChannelError |
Exception class for IOChannel errors. More... | |
class | IOSource |
class | KeyFile |
This class lets you parse, edit or create files containing groups of key-value pairs, which we call key files for lack of a better name. More... | |
class | KeyFileError |
Exception class for KeyFile errors. More... | |
class | ListHandler |
A utility for converting between std::vector and GList. More... | |
class | MainContext |
Main context. More... | |
class | MainLoop |
class | MarkupError |
Exception class for markup parsing errors. More... | |
class | MatchInfo |
MatchInfo - MatchInfo is used to retrieve information about the regular expression match which created it. More... | |
class | Module |
Dynamic loading of modules. More... | |
class | NodeTree |
N-ary Trees - trees of data with any number of branches The NodeTree class and its associated functions provide an N-ary tree data structure, in which nodes in the tree can contain arbitrary data. More... | |
class | Object |
class | ObjectBase |
Glib::ObjectBase is a common base class for Objects and Interfaces. More... | |
class | OptionContext |
An OptionContext defines and parses commandline options, using OptionGroups and option entries . More... | |
class | OptionEntry |
An OptionEntry defines a single option. More... | |
class | OptionError |
Exception class for options. More... | |
class | OptionGroup |
An OptionGroup defines the options in a single group. More... | |
class | PatternSpec |
class | PollFD |
class | Property |
A Glib::Object property. More... | |
class | Property_ReadOnly |
See Property. More... | |
class | Property_WriteOnly |
See Property. More... | |
class | PropertyBase |
This is the base class for Glib::Object properties. More... | |
class | PropertyProxy |
A PropertyProxy can be used to get and set the value of an object's property. More... | |
class | PropertyProxy_Base |
class | PropertyProxy_ReadOnly |
See PropertyProxy(). More... | |
class | PropertyProxy_WriteOnly |
See PropertyProxy(). More... | |
class | Quark |
class | QueryQuark |
Quarks are unique IDs in Glib for strings for use in hash table lookups. More... | |
class | Rand |
class | Regex |
Perl-compatible regular expressions - matches strings against regular expressions. More... | |
class | RegexError |
Exception class for Regex More... | |
class | ShellError |
Exception class for shell utility errors. More... | |
class | SignalChildWatch |
class | SignalIdle |
class | SignalIO |
class | SignalProxy< R(T...)> |
Proxy for signals with any number of arguments. More... | |
class | SignalProxy< void(T...)> |
Proxy for signals with any number of arguments. More... | |
class | SignalProxyBase |
class | SignalProxyDetailed< R(T...)> |
Proxy for signals with any number of arguments and possibly a detailed name. More... | |
class | SignalProxyDetailed< void(T...)> |
Proxy for signals with any number of arguments and possibly a detailed name. More... | |
class | SignalProxyDetailedBase |
The SignalProxy provides an API similar to sigc::signal that can be used to connect sigc::slots to glib signals. More... | |
class | SignalProxyNormal |
The SignalProxy provides an API similar to sigc::signal that can be used to connect sigc::slots to glib signals. More... | |
class | SignalProxyProperty |
Use the connect() method, with sigc::ptr_fun() or sigc::mem_fun() to connect signals to signal handlers. More... | |
class | SignalTimeout |
class | SListHandler |
A utility for converting between std::vector and GSList. More... | |
class | Source |
class | SpawnError |
Exception class for errors occuring when spawning processes. More... | |
class | StdStringView |
Helper class to avoid unnecessary string copying in function calls. More... | |
class | TimeoutSource |
class | Timer |
Portable stop watch interface. More... | |
class | TimeZone |
TimeZone - A structure representing a time zone. More... | |
class | ustring |
Glib::ustring has much the same interface as std::string, but contains Unicode characters encoded as UTF-8. More... | |
class | ustring_Iterator |
The iterator type of Glib::ustring. More... | |
class | UStringView |
Helper class to avoid unnecessary string copying in function calls. More... | |
class | Value |
Generic value implementation for custom types. More... | |
class | Value< bool > |
class | Value< const T *, Enable > |
Specialization for pointers to const instances of any type. More... | |
class | Value< double > |
class | Value< float > |
class | Value< Glib::RefPtr< Glib::Bytes > > |
class | Value< Glib::ustring > |
Specialization for UTF-8 strings. More... | |
class | Value< int > |
class | Value< long > |
class | Value< long long > |
class | Value< signed char > |
class | Value< std::string > |
Specialization for strings. More... | |
class | Value< std::vector< Glib::ustring > > |
Specialization for vectors of UTF-8 strings. More... | |
class | Value< std::vector< std::string > > |
Specialization for vectors of strings. More... | |
class | Value< T *, Enable > |
Specialization for pointers to instances of any type. More... | |
class | Value< unsigned char > |
class | Value< unsigned int > |
class | Value< unsigned long > |
class | Value< unsigned long long > |
class | Value< void * > |
class | Value_Boxed |
class | Value_Enum |
Base class of Glib::Value<T> specializations for enum types. More... | |
class | Value_Flags |
Base class of Glib::Value<T> specializations for flags types. More... | |
class | Value_Pointer |
class | Value_RefPtrBoxed |
class | ValueBase |
class | ValueBase_Boxed |
class | ValueBase_Enum |
class | ValueBase_Flags |
class | ValueBase_Object |
class | ValueBase_String |
class | ValueBase_Variant |
class | Variant |
Template class used for the specialization of the Variant<> classes. More... | |
class | Variant< bool > |
Specialization of Glib::Variant containing a bool type. More... | |
class | Variant< DBusHandle > |
Specialization of Glib::Variant containing a DBusHandle type. More... | |
class | Variant< double > |
Specialization of Glib::Variant containing a double type. More... | |
class | Variant< gint16 > |
Specialization of Glib::Variant containing a gint16 type. More... | |
class | Variant< gint32 > |
Specialization of Glib::Variant containing a gint32 type. More... | |
class | Variant< Glib::DBusObjectPathString > |
Specialization of Variant containing a Glib::DBusObjectPathString, for variants of type object path. More... | |
class | Variant< Glib::DBusSignatureString > |
Specialization of Variant containing a Glib::DBusSignatureString, for variants of type signature. More... | |
class | Variant< Glib::ustring > |
Specialization of Variant containing a Glib::ustring, for variants of type string, object path, or signature. More... | |
class | Variant< guint16 > |
Specialization of Glib::Variant containing a guint16 type. More... | |
class | Variant< guint32 > |
Specialization of Glib::Variant containing a guint32 type. More... | |
class | Variant< long > |
Specialization of Glib::Variant containing a long type. More... | |
class | Variant< long long > |
Specialization of Glib::Variant containing a long long type. More... | |
class | Variant< std::map< K, V > > |
Specialization of Variant containing a dictionary (a map of (key, value) elements). More... | |
class | Variant< std::pair< K, V > > |
Specialization of Variant containing a dictionary entry. | |
class | Variant< std::string > |
Specialization of Variant containing a std::string, for variants of type bytestring, string, object path, or signature. More... | |
class | Variant< std::tuple< Types... > > |
Specialization of Variant containing a tuple. More... | |
class | Variant< std::vector< Glib::DBusObjectPathString > > |
Specialization of Variant containing an array of D-Bus object paths. More... | |
class | Variant< std::vector< Glib::ustring > > |
Specialization of Variant containing an array of UTF-8 capable strings. More... | |
class | Variant< std::vector< std::string > > |
Specialization of Variant containing an array of non-UTF-8 strings (byte string arrays). More... | |
class | Variant< std::vector< T > > |
Specialization of Variant containing an array of items. More... | |
class | Variant< unsigned char > |
Specialization of Glib::Variant containing a unsigned char type. More... | |
class | Variant< unsigned long > |
Specialization of Glib::Variant containing a unsigned long type. More... | |
class | Variant< unsigned long long > |
Specialization of Glib::Variant containing a unsigned long long type. More... | |
class | Variant< Variant< T > > |
Specialization of Variant containing a Variant<T>. More... | |
class | Variant< VariantBase > |
Specialization of Variant containing a VariantBase. More... | |
class | VariantBase |
This is the base class for all Variant types. More... | |
class | VariantContainerBase |
The base class for multiple-item Variants, such as Variants containing tuples or arrays, and also for maybe-typed (that is, nullable) Variant types. More... | |
class | VariantDict |
VariantDict is a mutable interface to Variant dictionaries. More... | |
class | VariantIter |
VariantIter - An opaque data structure used to iterate through VariantContainerBase containers such as arrays. More... | |
class | VariantParseError |
Exception class for Variant parse errors. More... | |
class | VariantStringBase |
Base class from which string variant classes derive. More... | |
class | VariantType |
VariantType - The VariantBase type system. More... | |
Typedefs | |
template<class T_CppObject > | |
using | RefPtr = std::shared_ptr< T_CppObject > |
RefPtr<> is a reference-counting shared smartpointer. | |
using | TimeSpan = GTimeSpan |
A value representing an interval of time, in microseconds. | |
using | Pid = GPid |
using | SlotSpawnChildSetup = sigc::slot< void()> |
For instance, void on_child_setup();. | |
A value representing an interval of time, in microseconds.
As GTimeSpan, its underlying type is gint64.
Enumerator | |
---|---|
PRIORITY_HIGH | Use this for high priority event sources. It is not used within GLib or GTK+. |
PRIORITY_DEFAULT | Use this for default priority event sources. In glibmm this priority is used by default when installing timeout handlers with SignalTimeout::connect(). In GDK this priority is used for events from the X server. |
PRIORITY_HIGH_IDLE | Use this for high priority idle functions. GTK+ uses |
PRIORITY_DEFAULT_IDLE | Use this for default priority idle functions. In glibmm this priority is used by default when installing idle handlers with SignalIdle::connect(). |
PRIORITY_LOW | Use this for very low priority background tasks. It is not used within GLib or GTK+. |
|
strong |
|
strong |
Enumerator | |
---|---|
DEFAULT | Behave the same as g_format_size(). Standardize differences that do not affect the text content, such as the above-mentioned accent representation. No flags, default behaviour. |
LONG_FORMAT | Include the exact number of bytes as part of the returned string. For example, "45.6 kB (45,612 bytes)". |
IEC_UNITS | Use IEC (base 1024) units with "KiB"-style suffixes. IEC units should only be used for reporting things with a strong "power of 2" basis, like RAM sizes or RAID stripe sizes. Network and storage sizes should be reported in the normal SI units. |
BITS | Set the size as a quantity in bits, rather than bytes, and return units in bits. For example, ‘Mbit’ rather than ‘MB’. |
ONLY_VALUE | Return only value, without unit; this should not be used together with G_FORMAT_SIZE_LONG_FORMAT nor G_FORMAT_SIZE_ONLY_UNIT. |
ONLY_UNIT | Return only unit, without value; this should not be used together with G_FORMAT_SIZE_LONG_FORMAT nor G_FORMAT_SIZE_ONLY_VALUE. |
|
strong |
A bitwise combination representing an I/O condition to watch for on an event source.
The flags correspond to those used by the poll()
system call on UNIX (see man 2 poll
). To test for individual flags, do something like this:
Enumerator | |
---|---|
IO_IN | There is data to read. |
IO_OUT | Data can be written (without blocking). |
IO_PRI | There is urgent data to read. |
IO_ERR | Error condition. |
IO_HUP | Hung up (the connection has been broken, usually for pipes and sockets). |
IO_NVAL | Invalid request. The file descriptor is not open. |
|
strong |
Enumerator | |
---|---|
NONE | |
APPEND | Turns on append mode, corresponds to O_APPEND (see the documentation of the UNIX open() syscall). |
NONBLOCK | Turns on nonblocking mode, corresponds to O_NONBLOCK/O_NDELAY (see the documentation of the UNIX open() syscall). |
IS_READABLE | Indicates that the io channel is readable. This flag cannot be changed. |
IS_WRITABLE | Indicates that the io channel is writable. This flag cannot be changed. |
IS_WRITEABLE | A misspelled version of G_IO_FLAG_IS_WRITABLE that existed before the spelling was fixed in GLib 2.30. It is kept here for compatibility reasons. Deprecated since 2.30. |
IS_SEEKABLE | Indicates that the io channel is seekable, i.e. that g_io_channel_seek_position() can be used on it. This flag cannot be changed. |
MASK | The mask that specifies all the valid flags. |
GET_MASK | The mask of the flags that are returned from g_io_channel_get_flags(). |
SET_MASK | The mask of the flags that the user can modify with g_io_channel_set_flags(). |
|
strong |
|
strong |
|
strong |
Enumerator | |
---|---|
DEFAULT | |
NFD | Another name for Glib::NormalizeMode::DEFAULT. |
DEFAULT_COMPOSE | Like Glib::NormalizeMode::DEFAULT, but with composed forms rather than a maximally decomposed form. |
NFC | Another name for Glib::NormalizeMode::DEFAULT_COMPOSE. |
ALL | Beyond Glib::NormalizeMode::DEFAULT also standardize the "compatibility" characters in Unicode, such as SUPERSCRIPT THREE to the standard forms (in this case DIGIT THREE). Formatting information may be lost but for most text operations such characters should be considered the same. |
NFKD | Another name for Glib::NormalizeMode::ALL. |
ALL_COMPOSE | Like Glib::NormalizeMode::ALL, but with composed forms rather than a maximally decomposed form. |
NFKC | Another name for Glib::NormalizeMode::ALL_COMPOSE. |
|
strong |
Enumerator | |
---|---|
READABLE | The parameter is readable. |
WRITABLE | The parameter is writable. |
READWRITE | Alias for Glib::ParamFlags::READABLE | Glib::ParamFlags::WRITABLE. |
CONSTRUCT | The parameter will be set upon object construction. |
CONSTRUCT_ONLY | The parameter can only be set upon object construction. |
LAX_VALIDATION | Upon parameter conversion (see g_param_value_convert()) strict validation is not required. |
STATIC_NAME | The string used as name when constructing the parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. |
PRIVATE | Internal. |
STATIC_NICK | The string used as nick when constructing the parameter is guaranteed to remain valid and unmmodified for the lifetime of the parameter. |
STATIC_BLURB | The string used as blurb when constructing the parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. |
EXPLICIT_NOTIFY | Calls to g_object_set_property() for this property will not automatically result in a "notify" signal being emitted: the implementation must call g_object_notify() themselves in case the property actually changes. |
DEPRECATED | The parameter is deprecated and will be removed in a future version. A warning will be generated if it is used while running with G_ENABLE_DIAGNOSTIC=1. |
|
strong |
|
strong |
Enumerator | |
---|---|
DEFAULT | |
LEAVE_DESCRIPTORS_OPEN | The parent's open file descriptors will be inherited by the child; otherwise all descriptors except stdin, stdout and stderr will be closed before calling exec() in the child. |
DO_NOT_REAP_CHILD | The child will not be automatically reaped; you must use g_child_watch_add() yourself (or call waitpid() or handle |
SEARCH_PATH |
|
STDOUT_TO_DEV_NULL | The child's standard output will be discarded, instead of going to the same location as the parent's standard output. |
STDERR_TO_DEV_NULL | The child's standard error will be discarded. |
CHILD_INHERITS_STDIN | The child will inherit the parent's standard input (by default, the child's standard input is attached to |
FILE_AND_ARGV_ZERO | The first element of Normally g_spawn_async_with_pipes() uses |
SEARCH_PATH_FROM_ENVP | If |
CLOEXEC_PIPES | Create all pipes with the |
CHILD_INHERITS_STDOUT | The child will inherit the parent's standard output. |
CHILD_INHERITS_STDERR | The child will inherit the parent's standard error. |
STDIN_FROM_DEV_NULL | The child's standard input is attached to |
|
strong |
|
strong |
Enumerator | |
---|---|
MANDATORY | Mandatory Break (BK). |
CARRIAGE_RETURN | Carriage Return (CR). |
LINE_FEED | Line Feed (LF). |
COMBINING_MARK | Attached Characters and Combining Marks (CM). |
SURROGATE | |
ZERO_WIDTH_SPACE | Zero Width Space (ZW). |
INSEPARABLE | Inseparable (IN). |
NON_BREAKING_GLUE | Non-breaking ("Glue") (GL). |
CONTINGENT | Contingent Break Opportunity (CB). |
SPACE | Space (SP). |
AFTER | Break Opportunity After (BA). |
BEFORE | Break Opportunity Before (BB). |
BEFORE_AND_AFTER | Break Opportunity Before and After (B2). |
HYPHEN | Hyphen (HY). |
NON_STARTER | Nonstarter (NS). |
OPEN_PUNCTUATION | |
CLOSE_PUNCTUATION | |
QUOTATION | Ambiguous Quotation (QU). |
EXCLAMATION | Exclamation/Interrogation (EX). |
IDEOGRAPHIC | Ideographic (ID). |
NUMERIC | Numeric (NU). |
INFIX_SEPARATOR | Infix Separator (Numeric) (IS). |
SYMBOL | Symbols Allowing Break After (SY). |
ALPHABETIC | Ordinary Alphabetic and Symbol Characters (AL). |
PREFIX | Prefix (Numeric) (PR). |
POSTFIX | Postfix (Numeric) (PO). |
COMPLEX_CONTEXT | Complex Content Dependent (South East Asian) (SA). |
AMBIGUOUS | Ambiguous (Alphabetic or Ideographic) (AI). |
UNKNOWN | Unknown (XX). |
NEXT_LINE | Next Line (NL). |
WORD_JOINER | Word Joiner (WJ). |
HANGUL_L_JAMO | Hangul L Jamo (JL). |
HANGUL_V_JAMO | Hangul V Jamo (JV). |
HANGUL_T_JAMO | Hangul T Jamo (JT). |
HANGUL_LV_SYLLABLE | Hangul LV Syllable (H2). |
HANGUL_LVT_SYLLABLE | Hangul LVT Syllable (H3). |
CLOSE_PARANTHESIS | Closing Parenthesis (CP).
|
CLOSE_PARENTHESIS | Closing Parenthesis (CP). |
CONDITIONAL_JAPANESE_STARTER | Conditional Japanese Starter (CJ). |
HEBREW_LETTER | Hebrew Letter (HL). |
REGIONAL_INDICATOR | Regional Indicator (RI). |
EMOJI_BASE | Emoji Base (EB). |
EMOJI_MODIFIER | Emoji Modifier (EM). |
ZERO_WIDTH_JOINER | Zero Width Joiner (ZWJ). |
AKSARA | Aksara (AK). Since: 2.80 G_UNICODE_BREAK_AKSARA_PRE_BASE (AP). Since: 2.80 G_UNICODE_BREAK_AKSARA_START (AS). Since: 2.80 G_UNICODE_BREAK_VIRAMA_FINAL (VF). Since: 2.80 G_UNICODE_BREAK_VIRAMA (VI). |
AKSARA_PRE_BASE | |
AKSARA_START | |
VIRAMA_FINAL | |
VIRAMA |
|
strong |
|
strong |
Specify a slot to be called when an exception is thrown by a signal handler.
void Glib::file_set_contents | ( | const std::string & | filename, |
const gchar * | contents, | ||
gssize | length | ||
) |
Writes all of contents to a file named filename, with good error checking.
filename | name of a file to write contents to, in the GLib file name encoding |
contents | string to write to the file |
length | length of contents, or -1 if contents is a nul-terminated string |
If a file called filename already exists it will be overwritten.
This write is atomic in the sense that it is first written to a temporary file which is then renamed to the final name. Notes:
If the call was not successful, an exception is thrown. Possible error codes are those in the FileError enumeration.
void Glib::file_set_contents | ( | const std::string & | filename, |
const std::string & | contents | ||
) |
A variant of file_set_contents which accepts a standard C++ string.
bool Glib::get_init_to_users_preferred_locale | ( | ) |
Get the state, set with set_init_to_users_preferred_locale().
true
if set_init_to_users_preferred_locale() has not been called.gunichar Glib::get_unichar_from_std_iterator | ( | std::string::const_iterator | pos | ) |
Extract a UCS-4 character from UTF-8 data.
Convert a single UTF-8 (multibyte) character starting at pos
to a UCS-4 wide character. This may read up to 6 bytes after the start position, depending on the UTF-8 character width. You have to make sure the source contains at least one valid UTF-8 character.
This is mainly used by the implementation of Glib::ustring::iterator, but it might be useful as utility function if you prefer using std::string even for UTF-8 encoding.
void Glib::init | ( | ) |
Initialize glibmm.
Call it before you use other parts of glibmm. You may call it more than once. Calls after the first one have no effect. Glib::init() sets the global locale as specified by set_init_to_users_preferred_locale().
You do not need to call Glib::init() if you are using Gtk::Application or Gio::init(), because they call Glib::init() for you.
RefPtr< T_CppObject > Glib::make_refptr_for_instance | ( | T_CppObject * | object | ) |
Create a RefPtr<> to an instance of any class that has reference() and unreference() methods, and whose destructor is noexcept (the default for destructors).
In gtkmm, that is anything derived from Glib::ObjectBase, such as Gdk::Pixbuf.
Normal application code should not need to use this. However, this is necessary when implementing create() methods for derived Glib::ObjectBase-derived (not Gtk::Widget-derived) classes, such as derived Gtk::TreeModels.
Instruct Glib::init() which global locale to set.
To have the intended effect, this function must be called before init() is called. Not calling it has the same effect as calling it with state = true
.
Note the confusing difference between C locale and "C" locale. The C locale is the locale used by C code, set by std::setlocale(LC_ALL, locale_name). The "C" locale is the classic locale, set by std::setlocale(LC_ALL, "C") or std::locale::global(std::locale::classic()). It's the default global locale in a C or C++ program.
In a mixed C and C++ program, like a program using glibmm, having the C global locale differ from std::locale::global() is error prone. Glib::init() tries to avoid that.
state | If true , init() will set the C and C++ global locale to the user's preferred locale (std::locale::global(std::locale(""))). The user's preferred locale is set in the program's environment, usually with the LANG environment variable.If false , init() will set the C++ global locale to the C global locale (std::locale::global(std::locale(std::setlocale(LC_ALL, nullptr)))). |
|
inline |
Get the underlying C instance from the C++ instance.
This is just like calling gobj(), but it does its own check for a NULL pointer.
|
inline |
Get the underlying C instance from the C++ instance.
This is just like calling gobj(), but it does its own check for a NULL pointer.
Get the underlying C instance from the C++ instance.
This is just like calling gobj(), but it does its own check for a NULL pointer.
|
inline |
Get the underlying C instance from the C++ instance.
This is just like calling gobj(), but it does its own check for a NULL pointer.
|
inline |
Get the underlying C instance from the C++ instance and acquire a reference.
This is just like calling gobj_copy(), but it does its own check for a NULL pointer.
|
inline |
Get the underlying C instance from the C++ instance and acquire a reference.
This is just like calling gobj_copy(), but it does its own check for a NULL pointer.
Get the underlying C instance from the C++ instance and acquire a reference or copy.
This is just like calling gobj_copy(), but it does its own check for a NULL pointer to the underlying C instance.
Pauses the current thread for the given number of microseconds.
|
related |
|
related |
Glib::RefPtr< IOChannel > Glib::wrap | ( | GIOChannel * | gobject, |
bool | take_copy = false |
||
) |
|
related |
|
related |
RefPtr< ObjectBase > Glib::wrap_interface | ( | GObject * | object, |
bool | take_copy = false |
||
) |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |
|
extern |